We have Kafka data source which has 7 brokers (nodes) lets say node1
, node2
to node7
. When Upsolver Kafka Data source is created, the connection only specified node1
to node5
. node6
and node7
were not added.
When Upsolver is trying to ingest data, it's getting a timeout exception, and looks like it is hitting node6
and is getting a timeout. The question is why is it that Upsolver attempts to connect to node6
even though node6
is not included in the Data Source's host list?