kafka-konsumer icon indicating copy to clipboard operation
kafka-konsumer copied to clipboard

Easy implementation of kafka consumer with built-in exception manager (kafka-cronsumer)

Results 11 kafka-konsumer issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

``` 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...

enhancement

Currently, RetryConfiguration gets only topic but we can supports topics

enhancement

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...

documentation

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...