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

Kafka Retries #434

Merged
merged 7 commits into from
May 9, 2024
Merged

Kafka Retries #434

merged 7 commits into from
May 9, 2024

Conversation

kraftp
Copy link
Contributor

@kraftp kraftp commented May 9, 2024

This PR is a temporary workaround for tulios/kafkajs#1558 until it gets fixed. If topic autocreation is on and you try to subscribe to a nonexistent topic, KafkaJS should retry until the topic is created. However, curently KafkaJS does not retry, so Transact will instead.

@devhawk
Copy link
Collaborator

devhawk commented May 9, 2024

Is there an issue on our side to remove this workaround when the kafkajs issue is resolved?

@kraftp
Copy link
Contributor Author

kraftp commented May 9, 2024

Is there an issue on our side to remove this workaround when the kafkajs issue is resolved?

We'll make one after this is merged. The issue this is solving is tracked here: #426

@kraftp kraftp merged commit ca8ca4a into main May 9, 2024
2 checks passed
@kraftp kraftp deleted the kraftp/kafka-tests branch May 9, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants