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
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Thanks for this great package. This works fine but I think needs a structural change.
There are 2 different jobs in one package; consumer and producer. So I think they should be in sub packages like consumer and producer package.
Also I see that you call sarama config inside new consumer/producer functions. This call should be out of the box and set with parameter to new functions.
The text was updated successfully, but these errors were encountered:
Thanks for this great package. This works fine but I think needs a structural change.
There are 2 different jobs in one package; consumer and producer. So I think they should be in sub packages like consumer and producer package.
Also I see that you call sarama config inside new consumer/producer functions. This call should be out of the box and set with parameter to new functions.
The text was updated successfully, but these errors were encountered: