You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case in which I want to send as many messages from Producer to Topic in a short period, and to read messages from that topic in Consumer. I can achive high throughput in Producer and number of messages I've defined are sent, but Consumer that runs parallel to Producer skips a lot of messages from topic or it does not consume them.
How can I achive that my consumer does not skip messages and that it consumes all messages produced in producer?
When I use Constant Timer then Consumer can process message, but then too few messages can be send to Topic in short period of time.
What happened?
Relevant discussion: #425
I have a case in which I want to send as many messages from Producer to Topic in a short period, and to read messages from that topic in Consumer. I can achive high throughput in Producer and number of messages I've defined are sent, but Consumer that runs parallel to Producer skips a lot of messages from topic or it does not consume them.
How can I achive that my consumer does not skip messages and that it consumes all messages produced in producer?
When I use Constant Timer then Consumer can process message, but then too few messages can be send to Topic in short period of time.
Test plans:
Test.Plans.zip
Schema:
{
"type": "record",
"namespace": "com.example",
"name": "Student",
"fields": [
{ "name": "name", "type": "string" },
{ "name": "age", "type": "int", "default" : -1 }
]
}
KloadGen Version
KLoadGen 5.6.6
Relevant log output
No response
Have you added your JMX Testplan or a replica?
Have you added your Schema or a replica?
The text was updated successfully, but these errors were encountered: