dynamicio
dynamicio copied to clipboard
feat: Create & configure a new Kafka Topic if it does not exist
Context
It is required that Dynamicio can readily generate a new Kafka Topic if one does not exist. This should be an optional behaviour.
- Further details about getting started with dynamicio can be found here
Task
- [ ] Extend the
WithKafka._get_producer()
method so that it checks for the existence of topic and creates it provided a configuration, if it does not exist.
Suggested Approach
TBD...
Please contact [email protected]
for instructions on how to test your code against a Kafka Topic.
Acceptance Criteria
...
The Process
Please fork this repo, commit your changes on a branch, then send @miodohelper a PR request when your work is ready for review. Miodo will review the code before sending the PR for a final review by @Christos-Hadjinikolis.
Expected Duration
???