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
-
EndPoint
utility is used to create one -
MetadataCache
is requested to update a metadata -
BrokerIdZNode
utility is used to encode and decode a broker metadata
EndPoint
is used when:
-
SocketServer
is 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
|
|