IBMStreams / streamsx.kafka

Repository for integration with Apache Kafka
https://ibmstreams.github.io/streamsx.kafka/
Apache License 2.0
13 stars 9 forks source link

remove adjusting the 'retries' setting for the producer. #151

Closed ghost closed 5 years ago

ghost commented 5 years ago

The retries producer config is adjusted to 10 when the user does not setup this property. This has been done because the default value used to be 0. With the new kafka-client 2.1.1, the default value is Integer.MAX_INT. Adjusting the retries is not necessary because the client has now a good default value.

ghost commented 5 years ago

resolved with v1.9.1