rebalancing Questions
8
I have Kafka commit policy set to latest and missing first few messages. If I give a sleep of 20 seconds before starting to send the messages to the input topic, everything is working as desired. I...
Breath asked 3/1, 2018 at 6:3
1
Solved
I am using Kafka: 2.11-1.0.1. The application contains consumers with concurrency=5 for the topic 'X' with partitions=5.
When the application is restarted and the message is published on topic 'X' ...
Bigmouth asked 3/7, 2020 at 15:46
1
I have a kubernetes cluster with a few nodes set up. I want to make sure that pods are distributed efficiently on the nodes.
I'll explain:
Let's assume that I have two nodes:
Node 1 - 2gb ram
No...
Cray asked 31/8, 2018 at 0:1
1
Solved
I am reading Kafka: The Definitive Guide and would like to better understand the rebalance listener. The example in the book simple uses a HashMap to maintain the current offsets that have been pro...
Wingspread asked 11/4, 2018 at 17:58
2
I am using kafka connector confluent 3.0.1 version.I create a new group named new-group and there are about 20 topics on it.most of these topics is busy.But It is a pity that when I start the conne...
Heathen asked 3/1, 2017 at 14:7
2
I have a huge InnoDB table (>1TB, >1B rows) that I would like to shard: I would like to make multiple smaller independent tables from that big table.
How to do that ?
What I've already tried:
M...
Octameter asked 26/6, 2015 at 15:1
1
© 2022 - 2024 — McMap. All rights reserved.