I am relatively new to Kafka. I have done a bit of experimenting with it, but a few things are unclear to me regarding consumer offset. From what I...
  • May 24, 2022
  • 0 Comments
Is there a way to purge the topic in kafka? I pushed a message that was too big into a kafka message topic on my local machine, now I’m...
  • May 24, 2022
  • 0 Comments
Although I’ve come across Kafka before, I just recently realized Kafka may perhaps be used as (the basis of) a CQRS, eventstore. One of the main points that Kafka...
  • May 18, 2022
  • 0 Comments
I am starting to learn Kafka, during my readings, some questions came to my mind: When a producer is producing a message – it will specify the topic it...
  • May 17, 2022
  • 0 Comments
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
  • May 4, 2022
  • 0 Comments
Deletion of a topic has been supported since 0.8.2.x version. You have to enable topic deletion (setting delete.topic.enable to true) on all brokers first. Note: Ever since 1.0.x, the...
  • April 3, 2022
  • 0 Comments