kafka-konsumer
kafka-konsumer copied to clipboard
Easy implementation of kafka consumer with built-in exception manager (kafka-cronsumer)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...
I will write more detail soon
``` Reader: kafka.ReaderConfig{ Brokers: strings.Split(getConsumerServers(a.Kafka), ","), GroupID: consumerCfg.ConsumerGroup, GroupTopics: consumerCfg.Topics, MaxWait: 2 * time.Second, CommitInterval: time.Second, Logger: l, ErrorLogger: l, }, ``` I added logger and error logger. I would...
Currently, RetryConfiguration gets only topic but we can supports topics
We could create individual README files for each example. This approach will leverage the adaptation of new contributors and users. README files could include below items; - Description of Example...
this issue for you @oktaykcr bro
Hi, I noticed an issue with brokers. A set of the Kafka broker list in the application configs is given to increase the availability. if the broker list contains invalid...