package
0.0.0-20241209104613-adf968cea6a1
Repository: https://github.com/apecloud/dbctl.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
# Constants
DefaultMaxBulkSubAwaitDurationMs is the default max bulk await duration for kafka pubsub component if the MaxBulkAwaitDurationKey is not set in the metadata.
DefaultMaxBulkSubCount is the default max bulk count for kafka pubsub component if the MaxBulkCountKey is not set in the metadata.
# Structs
Kafka allows reading/writing to a Kafka consumer group.
KafkaBulkMessage is a bulk event arriving from a message bus instance.
KafkaBulkMessageEntry is an item contained inside bulk event arriving from a message bus instance.
NewEvent is an event arriving from a message bus instance.
No description provided by the author
No description provided by the author
SubscriptionHandlerConfig is the handler and configuration for subscription.
No description provided by the author
# Type aliases
EventHandler is the handler used to handle the subscribed event.
TopicHandlerConfig is the map of topics and sruct containing handler and their config.