Skip to content

Conversation

@GeoDpto
Copy link

@GeoDpto GeoDpto commented Sep 12, 2025

Summary
Our project encountered performance bottlenecks due to synchronous communication between services and the OpenTelemetry Collector.

Problem
The synchronous transport introduced delays and reduced throughput when exporting telemetry data.

Solution
OpenTelemetry provides different transport protocols for exporting data. In production, it's recommended to integrate the OpenTelemetry Collector, which can consume Kafka topics using the Protobuf serialization, so we chose this option. This enables asynchronous communication between services.
This merge request implements the Kafka transport and factory providing possibility to process data asynchronously.

Changes

  • Implemented the Kafka transport
  • Added a factory for the Kafka transport
  • Added a new required method to the Endpoint contract

@GeoDpto GeoDpto requested a review from a team as a code owner September 12, 2025 10:02
@GeoDpto GeoDpto force-pushed the feature/added-support-for-kafka-transport branch from ed4ff11 to 18ea244 Compare September 12, 2025 10:13
@GeoDpto GeoDpto force-pushed the feature/added-support-for-kafka-transport branch from 18ea244 to 21c6f8c Compare October 21, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant