You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The producer and consumer code in event-bus-kafka both currently load the same config settings and create a schema registry client in the same way. These should be deduplicated into a config.py or something.
The text was updated successfully, but these errors were encountered:
I was playing around with some code for this: main...common-config Whoever picks this up, feel free to use that code or not. (The attrs thing might be overkill. Might just want a dict with string keys or whatever.)
The producer and consumer code in event-bus-kafka both currently load the same config settings and create a schema registry client in the same way. These should be deduplicated into a config.py or something.
The text was updated successfully, but these errors were encountered: