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
While conducting a performance evaluation on the Kafka connector message publishing operation, it was observed that the MI server became unresponsive, and the performance was significantly low. The following two issues were identified during further debugging:
While connections to the Kafka broker were being properly closed, two new connections (for retrieving the key schema and value schema) were created for every request. These connections were not properly returned to the connection pool.
A large number of abandoned connections were created, while only one connection was actively used for message publishing.
Steps to Reproduce
Deploy a proxy service with a Kafka publish operation:
Description
While conducting a performance evaluation on the Kafka connector message publishing operation, it was observed that the MI server became unresponsive, and the performance was significantly low. The following two issues were identified during further debugging:
Steps to Reproduce
Deploy a proxy service with a Kafka publish operation:
The Kafka connection should be configured with connection pooling enabled:
Perform a load test with 20 concurrent users.
Version
3.3.1
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: