Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.12 KB

kafka-clients-ClientUtils.adoc

File metadata and controls

29 lines (19 loc) · 1.12 KB

ClientUtils

ClientUtils is…​FIXME

createChannelBuilder Utility

ChannelBuilder createChannelBuilder(
  AbstractConfig config,
  Time time)

createChannelBuilder reads security.protocol (for SecurityProtocol) and sasl.mechanism configuration properties to create a ChannelBuilder (with CLIENT JAAS context type and null listener name).

Note

createChannelBuilder is used when: