Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KAFKA]Send record to a particular partition of a topic #392

Closed
authorjapps opened this issue May 10, 2020 · 1 comment
Closed

[KAFKA]Send record to a particular partition of a topic #392

authorjapps opened this issue May 10, 2020 · 1 comment

Comments

@authorjapps
Copy link
Owner

authorjapps commented May 10, 2020

AC:

As a developer or SDET
I want to produce a record to a particular partition of a desired Kafka topic
So that I consume and verify a record from that partition easily.

e.g.

"records":[
                    {
                        "key": "${RANDOM.NUMBER}",
                        "value": "Hello World",
                        "partition": 0
                    }
                ]

SDET: Software Developer Engineer in Test

@authorjapps authorjapps added the feature-request New feature which can be introduced label May 10, 2020
@authorjapps
Copy link
Owner Author

authorjapps commented Jun 22, 2020

This has been already supported since the early happy days!
Please visit an example here

@authorjapps authorjapps added answered question and removed feature-request New feature which can be introduced in-progress labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant