Search code examples
Kafka log.segment.bytes vs log.retention.hours...


apache-kafkaretentionkafka-topickafka-partition

Read More
My Kafka Topic has three partitions. I cyclic read from all partitions the newest data coming from s...


c#apache-kafkaconfluent-kafka-dotnetkafka-partition

Read More
Kafka: Many topics, with only 1 partition each...


apache-kafkakafka-partition

Read More
How Kafka guarantee the messages order while we increase the partitions in runtime?...


apache-kafkakafka-topickafka-partition

Read More
Kafka Partition Does Not Match MurmurHash2 32-bit Algorithm...


apache-kafkakafka-producer-apikafka-partition

Read More
Kafka is not sending messages to other partitions...


apache-kafkakafka-producer-apikafka-topickafka-partition

Read More
How to specify the Kafka topic's partition in Kafka Connect Sink...


apache-kafkacassandraapache-kafka-connectkafka-partition

Read More
Do we need to know number of partitions for a topic beforehand?...


apache-kafkakafka-topickafka-partition

Read More
Does Kafka Streams GlobalKTable topic require the same number of partitions as KStream topic which i...


apache-kafkaapache-kafka-streamskafka-partition

Read More
Use kafka partitioner as a lock...


javaapache-kafkakafka-partition

Read More
What if a Kafka's consumer handles a message too long? Will Kafka reappoint this partition to an...


apache-kafkakafka-consumer-apikafka-partition

Read More
Spring boot kafka: Microservice multi instances, concurrency and partitions...


spring-bootapache-kafkaconcurrencymicroserviceskafka-partition

Read More
How are messages distributed in the kafka partition?...


apache-kafkakafka-producer-apikafka-partition

Read More
Does kafka support millions of partitions?...


apache-kafkakafka-topickafka-partition

Read More
Total size of files in Kafka logs directory is less than the sum of their sizes...


linuxapache-kafkalskafka-partition

Read More
Consuming kafka batch for multiple partitions...


apache-kafkakafka-consumer-apikafka-partition

Read More
Does Kafka chose an alternative partition in the same topic if the partition I want to send message ...


apache-kafkakafka-topickafka-partition

Read More
Does Kafka consumer reads the message from active segment in the partition?...


apache-kafkakafka-consumer-apikafka-topickafka-partition

Read More
What happens to the offsets that are compacted in a kafka partition?...


apache-kafkakafka-consumer-apikafka-topickafka-partition

Read More
why Kafka consumer group is doing a partition revoking for different topics?...


apache-kafkakafka-consumer-apikafka-partition

Read More
How to separate topic partitions into multiple kafka servers?...


apache-kafkakafka-topickafka-partition

Read More
How to distribute messages between Kafka topics with different configuration?...


apache-kafkaapache-kafka-mirrormakerkafka-partition

Read More
Create concurrent Kafka consumers in Camel-Kafka...


javaapache-kafkaapache-camelkafka-consumer-apikafka-partition

Read More
Test kafka behaviour when disconnecting one broker (spring-kafka)...


kafka-consumer-apispring-kafkakafka-partition

Read More
Do Kafka's parallelism concepts apply when running in console mode?...


apache-kafkakafka-consumer-apikafka-producer-apikafka-partition

Read More
How to scale kafka consumer applications on the same topic with more than one worker (the same numbe...


apache-kafkaspring-kafkakafka-partition

Read More
Is a write to a Kafka topic only successful if write on each partition's replicas is successful?...


apache-kafkakafka-producer-apikafka-partition

Read More
Does Kafka supports different consumers reads the same partition with different offsets?...


apache-kafkakafka-consumer-apikafka-partition

Read More
Does kafka's partitions replicas should be stored with the same partition name?...


apache-kafkakafka-partition

Read More
Does the same Kafka partitions of the same topic on different brokers contains the same messages ( d...


apache-kafkakafka-topickafka-partition

Read More
BackNext