bluesky / bluesky-kafka

Kafka integration for bluesky
Other
5 stars 10 forks source link

Update RemoteDispatcher to use BlueskyConsumer #16

Closed jklynch closed 4 years ago

jklynch commented 4 years ago

The RemoteDispatcher class should make use of the BlueskyConsumer class rather than duplicating its code. This PR modifies the RemoteDispatcher to delegate to a BlueskyConsumer.

Other changes include:

jklynch commented 4 years ago

The CI failure is maybe (still) related to mongo? I think Garrett's latest PR to mongobox will fix this.

image