# README
Apache Kafka Components for Knative
Apache Kafka Components for Knative support the KafkaChannel
and the
KafkaSource
implementation, which offer ways to integrate Knative with the
Apache Kafka broker.
Overview
For details about the KafkaChannel
or the KafkaSource
, click on the links
below:
# Functions
No description provided by the author
NewConfig extracts the Kafka configuration from the environment.
NewProducer is a helper method for constructing a client for producing kafka methods.
NewTLSConfig returns a *tls.Config using the given ceClient cert, ceClient key, and CA certificate.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
XDGSCRAMClient struct to perform SCRAM conversation.