[OpenTelemetry.Instrumentation.ConfluentKafka] OpenTelemetry.Instrumentation.ConfluentKafka limits the ability to dynamically load producers or consumers #2299
Labels
comp:instrumentation.confluentkafka
Things related to OpenTelemetry.Instrumentation.ConfluentKafka
enhancement
New feature or request
Component
OpenTelemetry.Instrumentation.ConfluentKafka
Is your feature request related to a problem?
Sometimes, Kafka producers or consumers need to dynamically load configurations and rebuild them without restarting, based on the configurations, through the producer or consumer's builder. OpenTelemetry.Instrumentation.ConfluentKafka uses the builder for Instrumentation loading configurations that might affect the dynamic loading of producers or consumers.
Is it an issue with my usage?
What is the expected behavior?
reuse the builder with new configurations to construct producers or consumers
Which alternative solutions or features have you considered?
Additional context
No response
The text was updated successfully, but these errors were encountered: