• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

kafka consumer lisetning same messages again and again

 
Ranch Hand
Posts: 977
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My consumer application listening on Kafka topic keep listening same messages again again. How to make sure it listen only 1 time not again and again. When I post from insomnia messages Kafka producer is triggered one time only and reaches break point when I start in debug mode. So Kafka producer working as expected but Kafka consumer is listening again and again and making it hard for me to debug consumer code.



Please advise
 
Saloon Keeper
Posts: 10928
87
Eclipse IDE Firefox Browser MySQL Database VI Editor Java Windows ChatGPT
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not a beginner Java topic. What is Kafka?

I hope this is not like the last thread you started, posting a vague problem, and when someone was kind enough to respond you didn't respond back.
 
sai rama krishna
Ranch Hand
Posts: 977
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for not responding last thread as I caught up with multiple things. I just responded. Kafka I mean apache kafka https://kafka.apache.org/
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic