eventing

package
v0.34.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ConfigMapVolumeName is the volume name of the data plane ConfigMap
	ConfigMapVolumeName = "kafka-resources"
)
View Source
const (
	// GroupName defines the group of objects.
	GroupName = "internal.kafka.eventing.knative.dev"
)

Variables

View Source
var (
	// KafkaConsumerGroupResource represents a Kafka Consumer Group.
	KafkaConsumerGroupResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "ConsumerGroup",
	}

	// KafkaConsumerResource represents a Kafka Consumer.
	KafkaConsumerResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "Consumer",
	}
)

Functions

This section is empty.

Types

type DeliveryOrdering

type DeliveryOrdering string
const (
	// Ordered is a per partition blocking consumer.
	// It waits for a successful response of the sink before
	// sending the next message in the partition.
	Ordered DeliveryOrdering = "ordered"
	// Unordered is non-blocking consumer that delivers
	// events out of any particular order.
	Unordered DeliveryOrdering = "unordered"
)

func (DeliveryOrdering) Validate

Directories

Path Synopsis
+k8s:deepcopy-gen=package +groupName=internal.kafka.eventing.knative.dev
+k8s:deepcopy-gen=package +groupName=internal.kafka.eventing.knative.dev

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL