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
Excessive Schema Registry requests per sensor
When a sensor is triggered frequently, we experience over 22 rq/s. This is unnecessary and leads to issues in a shared SR, resulting in increase uncessary and bad perfomance.
To Reproduce
Steps to reproduce the behavior:
Create a kafka sensor
Trigger the kafka sensor
Monitoring schema registry requests
Expected behavior
Implement chaching schema registry to reduce number of requests for SR.
Screenshots
Environment (please complete the following information):
Kubernetes: 1.27.13
Argo Events: 1.7.5
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Describe the bug
Excessive Schema Registry requests per sensor
When a sensor is triggered frequently, we experience over 22 rq/s. This is unnecessary and leads to issues in a shared SR, resulting in increase uncessary and bad perfomance.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Implement chaching schema registry to reduce number of requests for SR.
Screenshots
Environment (please complete the following information):
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: