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

[Issue]: Consumer does not show consumed messages in JMeter #429

Open
2 tasks done
CROprogrammer opened this issue Dec 15, 2023 · 0 comments
Open
2 tasks done

[Issue]: Consumer does not show consumed messages in JMeter #429

CROprogrammer opened this issue Dec 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@CROprogrammer
Copy link

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?

  • I have added a JMX testplan

Have you added your Schema or a replica?

  • I have added the Schema
@jemacineiras jemacineiras self-assigned this Jan 22, 2024
@jemacineiras jemacineiras added the bug Something isn't working label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants