Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TopicPrefix is the Kafka Channel topic prefix - (topic name: knative-messaging-kafka.<channel-namespace>.<channel-name>). TopicPrefix = "knative-messaging-kafka" DefaultDeliveryOrder = internals.Ordered KafkaChannelConditionSubscribersReady apis.ConditionType = "Subscribers" // condition is registered by controller )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
Types ¶
type Reconciler ¶
type Reconciler struct { *base.Reconciler *config.Env Resolver *resolver.URIResolver // NewKafkaClusterAdminClient creates new sarama ClusterAdmin. It's convenient to add this as Reconciler field so that we can // mock the function used during the reconciliation loop. NewKafkaClusterAdminClient kafka.NewClusterAdminClientFunc // NewKafkaClient creates new sarama Client. It's convenient to add this as Reconciler field so that we can // mock the function used during the reconciliation loop. NewKafkaClient kafka.NewClientFunc ConfigMapLister corelisters.ConfigMapLister Prober prober.Prober IngressHost string ConsumerGroupLister internalslst.ConsumerGroupLister InternalsClient internalsclient.Interface }
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, channel *messagingv1beta1.KafkaChannel) reconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, channel *messagingv1beta1.KafkaChannel) reconciler.Event
Click to show internal directories.
Click to hide internal directories.