package
0.0.0-20231130153141-cb54596b217d
Repository: https://github.com/goboolean/common.git
Documentation: pkg.go.dev

# Functions

example: p, err := NewConsumer[*model.Event](&resolver.ConfigMap{ "BOOTSTRAP_HOST": os.Getenv("KAFKA_BOOTSTRAP_HOST"), "REGISTRY_HOST": os.Getenv("KAFKA_REGISTRY_HOST"), // optional "GROUP_ID": "GROUP_ID", "PROCESSOR_COUNT": os.Getenv("KAFKA_PROCESSOR_COUNT"), "TOPIC": "TOPIC", }, subscribeListenerImpl).
example: p, err := NewProducer(&resolver.ConfigMap{ "BOOTSTRAP_HOST": os.Getenv("KAFKA_BOOTSTRAP_HOST"), "REGISTRY_HOST": os.Getenv("KAFKA_REGISTRY_HOST"), // optional }).

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author

# Interfaces

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