- Notifications
You must be signed in to change notification settings - Fork 133
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched issues to ensure it has not already been reported
Description
If we call CreateTopicIfNotExists multiple time with same topic name we have an error at creation.
Confluent.Kafka.KafkaException: 'CREATETOPICS worker failed to parse response: CreateTopics response protocol parse failure: Local: Bad message format'
%3|****|PROTOERR|rdkafka#producer-1| [thrd:main]: ssl://*****: Broker returned topic development-users multiple times
Steps to reproduce
- Call CreateTopicIfNotExists with same topic name multiple time
- Launch app
Expected behavior
Topic would be created
Actual behavior
An exception is thrown
KafkaFlow version
latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working