bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.14k stars 668 forks source link

Kafka enhancements #939

Closed peedrr closed 1 year ago

peedrr commented 1 year ago

This PR adds two new features:

  1. All AIOKafkaProducer configuration options are now accessible by passing kwargs to the backend callback
  2. Kafka backend now uses BackendQueue with immediate 'sends', reliable reconnects and cleanup on shutdown.