Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1721] Webhook consumer should start consuming… #1722

Conversation

pascal-holy
Copy link
Contributor

…configs from beginning

@@ -27,7 +27,8 @@ func main() {
Brokers: os.Getenv("KAFKA_BROKERS"),
SchemaRegistryURL: os.Getenv("KAFKA_SCHEMA_REGISTRY_URL"),
Group: "WebhookConsumer",
Topics: "application.communication.webhooks",
Topic: "application.communication.webhooks",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better way to get the consumer configs?

@pascal-holy pascal-holy merged commit e60e562 into develop May 5, 2021
@pascal-holy pascal-holy deleted the feature/1721-webhook-consumer-should-start-consuming-configs-from-beginning branch May 5, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants