endpoints property
The list of bootstrap servers for your Kafka brokers in the following
format: "KAFKA_BOOTSTRAP_SERVERS":
."abc.xyz.com:xxxx","abc2.xyz.com:xxxx"
Implementation
final Map<EndPointType, List<String>>? endpoints;
The list of bootstrap servers for your Kafka brokers in the following
format: "KAFKA_BOOTSTRAP_SERVERS":
."abc.xyz.com:xxxx","abc2.xyz.com:xxxx"
final Map<EndPointType, List<String>>? endpoints;