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

A convenience library for Apache Kafka integration in a Dropwizard service.

Results 9 dropwizard-kafka issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/dropwizard/dropwizard-kafka). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.kafka:kafka_2.13](https://kafka.apache.org) | `3.6.2` -> `3.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.kafka:kafka_2.13/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.kafka:kafka_2.13](https://kafka.apache.org) | `3.6.2` -> `3.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.kafka:kafka_2.13/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.kafka:kafka_2.13](https://kafka.apache.org) | `3.6.2` -> `3.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.kafka:kafka_2.13/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Hi, Do we have support for kafka schema registry? Regards, Kishore

The `KafkaConsumerBundle` does not have any empty constructor, but one that takes a `Collection topics` and a `ConsumerRebalanceListener`. It does not seem like the `topics` actually does anything as I...

The README is a good first step at docs, but its been suggested that there be code examples illustrating the usage of this library.

enhancement

Currently this project is plain consumer & producer. Can we get Kafka Streams configuration? Maybe borrow some ideas from https://github.com/streamthoughts/azkarra-streams Link https://github.com/streamthoughts/azkarra-streams/issues/28

enhancement

We should offer, preferably in the format of separate module(s), additional support for schema-based serialization formats, like Avro.

enhancement