authorjapps / authorjapps/zerocode
Producing to multiple Kafka topics
- Dominant language
- Java
- Stars
- 1k
- Forks
- 453
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 5
Description
Linked to #179
> Producing to multiple topics at once (if Kafka supports) backed by an use-case (#355)
AC1:
As an automation engineer,
I want to produce the same record/message to multiple topics at once
So that I can validate the same message as a consumer from `one` of the topics.
AC2:
As an automation engineer,
I want to produce the same record/message to multiple topics at once
So that I can validate the same message as a consumer from `all of the topics` at once.
AC3:
As an automation engineer,
I want to produce the same record/message to multiple topics at once
So that I can validate the `transformed messages(transformation logic)` as a consumer from one of the topics.
AC2:
As an automation engineer,
I want to produce the same record/message to multiple topics at once
So that I can validate the transformed messages(transformation logic) as a consumer from `all of the topics` at once.
Contributor guide
Assessment
This issue has not been assessed yet.