-
Notifications
You must be signed in to change notification settings - Fork 873
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Second attempt at fixing serializing kafka configuration (#7789)
Hopefully resolves #7597 Without reproducing the issue it is hard to tell whether this will help. Another issue that could arise is that we add our metrics class in `metric.reporters` property which will probably break if this configuration is used to build consumer or producer after deserializing as our classes don't seem to be available there. If this fails we'll need to ask the issue reporter for instructions how to reproduce and find a different strategy for fixing this.
- Loading branch information
Showing
2 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters