connectionString: String
EndPoint
EndPoint is a data structure that represents an endpoint of a Kafka broker using the following properties:
EndPoint is created when:
-
Broker is created
-
EndPointutility is used to create one -
MetadataCacheis requested to update a metadata -
BrokerIdZNodeutility is used to encode and decode a broker metadata
EndPoint is used when:
-
SocketServeris requested to create an Acceptor and addDataPlaneProcessors
connectionString Method
connectionString…FIXME
|
Note
|
connectionString is used when…FIXME
|
Creating EndPoint — createEndPoint Utility
createEndPoint(
connectionString: String,
securityProtocolMap: Option[Map[ListenerName, SecurityProtocol]]): EndPoint
createEndPoint…FIXME
|
Note
|
|