Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]: When declaring many producer with same topic name, creation fail #382

Open
1 task done
kYann opened this issue Mar 16, 2023 · 1 comment · May be fixed by #383 or #500
Open
1 task done

[Bug Report]: When declaring many producer with same topic name, creation fail #382

kYann opened this issue Mar 16, 2023 · 1 comment · May be fixed by #383 or #500
Labels
bug Something isn't working

Comments

@kYann
Copy link
Contributor

kYann commented Mar 16, 2023

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

  1. Call CreateTopicIfNotExists with same topic name multiple time
  2. Launch app

Expected behavior

Topic would be created

Actual behavior

An exception is thrown

KafkaFlow version

latest

@kYann kYann added the bug Something isn't working label Mar 16, 2023
@kYann kYann linked a pull request Mar 16, 2023 that will close this issue
4 tasks
@kYann kYann linked a pull request Dec 22, 2023 that will close this issue
4 tasks
@JoaoRodriguesGithub
Copy link
Contributor

Hi @kYann,

Thank you for your contribution.

We are sorry to provide feedback just now.

Since you already opened this issues #383 and #500, can you please consider update to the latest KafkaFlow version with the master latest branch and check if the issue still persist?

After the update and your feedback we are planning to review your PR in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants