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

set client.dns.lookup=”use_all_dns_ips” as default #167

Closed ghost closed 5 years ago

ghost commented 5 years ago

New feature with Kafka-client 2.1:

DNS — KIP-302: Now, if a DNS record returns multiple IP, the clients have a new setting to resolve and to try all the IP instead of just the first one client.dns.lookup=”use_all_dns_ips” . This new feature allows us to create some complex DNS records with a round robin and only give this to our clients, instead of a longer bootstrap.servers

This default setting would increase the robustness of the operators.

ghost commented 5 years ago

resolved with v2.1.0