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

Stream Enrich: make Kafka sink more fault tolerant by allowing retries #2973

Closed
simplesteph opened this issue Dec 1, 2016 · 1 comment
Closed

Comments

@simplesteph
Copy link

See here:

Would be great to have an optional param in config to set the number of retries.

That might bring up duplicates, as the docs says though (https://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html):

If the request fails, the producer can automatically retry, though since we have specified retries as 0 it won't. Enabling retries also opens up the possibility of duplicates (see the documentation on message delivery semantics for details).
@alexanderdean alexanderdean added this to the Kafka #2 milestone Dec 1, 2016
@alexanderdean
Copy link
Member

Good idea! Scheduling

@BenFradet BenFradet modified the milestones: R92 Virunum (Stream refresh), Kafka #2 Aug 10, 2017
@BenFradet BenFradet self-assigned this Aug 10, 2017
@BenFradet BenFradet changed the title Make Kafka sink more fault tolerant by allowing retries Stream Enrich: make Kafka sink more fault tolerant by allowing retries Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants