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
After upgrading Kafka to 3.1, the ingestion time increased noticeably. I had to add sleeps in the e2e tests after each ingest. We should investigate what the main reason is.
The text was updated successfully, but these errors were encountered:
The second part of the test involves testing the consumption time, that is, we want to measure how much time a consumer needs to read all records send by the ingest service to a specific kafka topic.
Hypothesis: Kafka 3 needs more time for the stuff around producer and consumer (de)activation. When they are already active, then the processing is faster than Kafka 2. One of the solution to the problem could be to add additional resources to speed up the start-up.
After upgrading Kafka to 3.1, the ingestion time increased noticeably. I had to add sleeps in the e2e tests after each ingest. We should investigate what the main reason is.
The text was updated successfully, but these errors were encountered: