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
This should be a very minimal Kafka client that listens to Kafka and pushes data to an API endpoint in Django (see #10). For performance reasons we may need to talk to the Django endpoint asyncronously. Should be in its own repository.
Whilst there is some abstraction over Kafka in the drunc code base, I don't think any of it is particularly useful for us.
May need to do some filtering based on message topic.
The text was updated successfully, but these errors were encountered:
This should be a very minimal Kafka client that listens to Kafka and pushes data to an API endpoint in Django (see #10). For performance reasons we may need to talk to the Django endpoint asyncronously. Should be in its own repository.
Whilst there is some abstraction over Kafka in the drunc code base, I don't think any of it is particularly useful for us.
May need to do some filtering based on message topic.
The text was updated successfully, but these errors were encountered: