authorjapps / authorjapps/zerocode

Producing to multiple Kafka topics

Open
#355 0 comments 0 reactions 0 assignees View on GitHub
kafka
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.