Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Enable Kafka batch processing #60

Description

@wagmarcel

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions