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

Integrated Performance Testing Tool for Producer-Consumer Workflow #3007

Open
adil-faiyaz98 opened this issue Nov 3, 2024 · 0 comments
Open

Comments

@adil-faiyaz98
Copy link

Description : Introduce a performance-oriented testing tool in the library to measure the end-to-end performance of producer-consumer workflows, specifically focusing on how efficiently the message broker accepts and distributes messages, and how quickly the consumer application processes and persists these messages into the database

Problem Statement: In a message-driven architecture, ensuring optimal performance from message production to final data persistence is crucial. Currently, there is a lack of tools to assess the entire performance chain from the message producer through the broker to the consumer application and database. Although individual components like the broker or database might have their own performance benchmarks, understanding the integrated performance across these systems is essential for identifying potential bottlenecks and achieving robust, real-time data processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant