flipp-oss / deimos

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

CPFM-331. Add ability to specify topic in publish and publish list #86

Closed SeanTCasey closed 3 years ago

SeanTCasey commented 3 years ago

Pull Request Template

Description

This change allows for a topic to be specified in the 'publish' and 'publish_list' methods of a producer. This will override the topic set in the producer configuration for said producer. The benefit is so that you may have 1 producer that produces to multiple topics.

Type of change

How Has This Been Tested?

No, this has not been tested outside of specs. This will be used/tested with the upcoming Workflow Execution System being built by the Content Platform team.

Checklist:

dorner commented 3 years ago

Looks good!