package
1.18.0
Repository: https://github.com/segmentio/topicctl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

FormatMissingKeys generates a table that summarizes the key/value pairs that are set in the config in ZK but missing from the topic config.
FormatNewTopicConfig generates a pretty string representation of a kafka-go topic config.
FormatSettingsDiff generates a table that summarizes the differences between the topic settings from a topic config and the settings from ZK.
NewTopicApplier creates and returns a new TopicApplier instance.

# Variables

No description provided by the author

# Structs

TopicApplier executes an "apply" run on a topic by comparing the actual and desired configurations, and then updating the topic as necessary to align the two.
TopicApplierConfig contains the configuration for a TopicApplier struct.