Skip to content

An example of micronaut kafka skipping remaining polled messages on error

Notifications You must be signed in to change notification settings

kmangan/micronaut-kafka-missed-messages

Repository files navigation

micronaut-kafka-missed-messages

An example of micronaut kafka skipping remaining polled messages on error.

When an exception is thrown from a @KafkaListener, the remaining messages in the poll loop are skipped.

This project is built from an example created with Micronaut Launch.

To run:

  • ./gradlew clean build

You'll notice that, because of the skipped messages, MissedMessageTest fails.

About

An example of micronaut kafka skipping remaining polled messages on error

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages