79238450

Date: 2024-11-29 22:03:21
Score: 1.5
Natty:
Report link

After changing to spring boot version to 3.4.0 from 3.3.6

With following configuration @EmbeddedKafka(partitions = 1, bootstrapServersProperty = "spring.kafka.bootstrap-servers:localhost:9092", topics = {example-topic}) got exception Topic example-topic not present in metadata after 60000 ms.

Used only @EmbeddedKafka it worked. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • User mentioned (1): @EmbeddedKafka
  • Low reputation (0.5):
Posted by: Debmalya Jash