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: String
connectionString
…FIXME
Note
|
connectionString is used when…FIXME
|
createEndPoint(
connectionString: String,
securityProtocolMap: Option[Map[ListenerName, SecurityProtocol]]): EndPoint
createEndPoint
…FIXME
Note
|
|