endpoints property

Map<EndPointType, List<String>>? endpoints
final

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;