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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Kafka batch processing is not enabled in the current backend.
Problem:
This is reducing the performance of the backend since communicating with KairosDB creates a 3-5ms latency. Since Kafka mandates sequential processing this was reducing the backend to ~200Hz processing.
Enabling batching is removing this bottleneck since this allows to processing up to 1000 samples per KairosDB call.
The implementaion will be similar to https://memorynotfound.com/spring-kafka-batch-listener-example/
The text was updated successfully, but these errors were encountered:
Kafka batch processing is not enabled in the current backend.
Problem:
This is reducing the performance of the backend since communicating with KairosDB creates a 3-5ms latency. Since Kafka mandates sequential processing this was reducing the backend to ~200Hz processing.
Enabling batching is removing this bottleneck since this allows to processing up to 1000 samples per KairosDB call.
The implementaion will be similar to https://memorynotfound.com/spring-kafka-batch-listener-example/
The text was updated successfully, but these errors were encountered: