Skip to content

v0.17.1

Choose a tag to compare

@lsm lsm released this 13 Feb 21:06

What's Changed

Enhancements

  • Add trace context extraction to HTTP source - Enables distributed tracing context propagation through HTTP headers for improved observability
  • Add trace context extraction to gRPC source - Enables distributed tracing context propagation through gRPC metadata for improved observability
  • Add INFO logging to fiso-link Kafka handler - Adds informational logging to match the HTTP proxy pattern, providing better visibility into Kafka message processing

Details

This release adds distributed tracing enhancements to fiso-link, enabling trace context extraction from both HTTP and gRPC sources. This allows traces to span across services seamlessly. Additionally, INFO-level logging has been added to the Kafka handler to provide consistent logging patterns across all fiso-link components.

Full Changelog: v0.17.0...v0.17.1