Class KafkaConnectionImpl

java.lang.Object
fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
All Implemented Interfaces:
KafkaConnection

public class KafkaConnectionImpl extends Object implements KafkaConnection
Implementation of KafkaConnection that loads Kafka properties from a file, provides factory methods for creating clients, and tracks them for graceful shutdown.
See Also: