Skip to content

[DEV] [HOTFIX] Kafka Topics Handlers Config #597

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

Merged
merged 3 commits into from
Dec 5, 2020

Conversation

maxceem
Copy link
Contributor

@maxceem maxceem commented Dec 4, 2020

  • As most of the topics have the same name, we cannot simply use them as objects keys. So we have to use a register method which would merge the config smartly.

The issue was caused by the fact, that multiple topics have the same name so when we defined several topics only the last one was really used. So only one topic wasn't processed:

image

vikasrohit and others added 3 commits November 19, 2020 10:14
To take care of email be available at root level.
- As most of the topics have the same name, we cannot simply use them as objects keys. So we have to use a register method which would merge the config smartly.
@maxceem
Copy link
Contributor Author

maxceem commented Dec 5, 2020

Mering this PR for testing on DEV, fyi @vikasrohit .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant