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
The setting zeebe.client.requestTimeout must be used as a constant for ActivateJobs requests, but it internally changed by ZeebeSourceTaskFetcher based on backoff algorithm.
This causes many unprocessable requests to Zeebe with very small timeouts such as -1 ms, 100 ms, 200 ms, etc.
Log:
[2024-06-17 06:15:29,637] TRACE Sending activate jobs command for maximal 20 jobs of type sendZeebeMessage with request timeout PT-0.001S (io.zeebe.kafka.connect.source.ZeebeSourceTaskFetcher)
The text was updated successfully, but these errors were encountered:
The setting zeebe.client.requestTimeout must be used as a constant for ActivateJobs requests, but it internally changed by ZeebeSourceTaskFetcher based on backoff algorithm.
This causes many unprocessable requests to Zeebe with very small timeouts such as -1 ms, 100 ms, 200 ms, etc.
Log:
[2024-06-17 06:15:29,637] TRACE Sending activate jobs command for maximal 20 jobs of type sendZeebeMessage with request timeout PT-0.001S (io.zeebe.kafka.connect.source.ZeebeSourceTaskFetcher)
The text was updated successfully, but these errors were encountered: