Component(s)
exporter/kafka
Describe the issue you're reporting
Following the same pattern established for the consumer configuration (see #44839), we should review and remove conditional checks for producer configuration fields to ensure the receiver always has full control over configuration values.
This approach matches the consumer configuration pattern, giving users explicit control and making configuration behavior consistent and predictable across both producer and consumer. The configuration should validate to prevent negative values where appropriate.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Component(s)
exporter/kafka
Describe the issue you're reporting
Following the same pattern established for the consumer configuration (see #44839), we should review and remove conditional checks for producer configuration fields to ensure the receiver always has full control over configuration values.
This approach matches the consumer configuration pattern, giving users explicit control and making configuration behavior consistent and predictable across both producer and consumer. The configuration should validate to prevent negative values where appropriate.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.