flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

[CCOL-1874]: Add functionality to allow DB poller to be able to publish a single poll query to multiple topics. #181

Closed MichaelCondo closed 1 year ago

MichaelCondo commented 1 year ago

Pull Request Template

Description

This PR is to add functionality to allow state based db pollers to not be tied to a single producer and allow the publishing to multiple kafka topics for a single poll query.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

dorner commented 1 year ago

Nice - thanks so much for the feature!