Skip to content

kascakm/micronaut-kafka-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction of issue with Micronaut Kafka Streams integration

When mulitple streams are configured, DefaultKafkaStreamsConfiguration and default ConfiguredStreamBuilder is still created. However it is not assigned to any topic which fails immediately with Kafka 2.5.1

Run to get the error

./gradlew run

To workaround

  • replace named stream with default
    • change application.yml kafka.streams.stream-2 -> kafka.streams.default
    • Remove @Named("stream-2") annotation in StreamFactory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages