Skip to content

chore(inputs.kafka_consumer)!: Remove deprecated connection_strategy option#19131

Draft
skartikey wants to merge 1 commit into
influxdata:masterfrom
skartikey:chore/remove-kafka-consumer-connection-strategy
Draft

chore(inputs.kafka_consumer)!: Remove deprecated connection_strategy option#19131
skartikey wants to merge 1 commit into
influxdata:masterfrom
skartikey:chore/remove-kafka-consumer-connection-strategy

Conversation

@skartikey

Copy link
Copy Markdown
Contributor

Summary

The connection_strategy option in inputs.kafka_consumer was deprecated in v1.33.0 for removal in v1.40.0, replaced by startup_error_behavior. This removes the option and its Start() handling. The migration mapping the old values ships separately (#19121) and should merge first so users can migrate while still on v1.39.x.

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #19085

…option

The 'connection_strategy' option was deprecated in v1.33.0 for removal in
v1.40.0, replaced by 'startup_error_behavior'. The migration mapping the old
values ships separately so users can migrate while still on v1.39.x.
@telegraf-tiger telegraf-tiger Bot added chore plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels Jun 18, 2026
@telegraf-tiger

Copy link
Copy Markdown
Contributor

@skartikey skartikey added this to the v1.40.0 milestone Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated option in inputs.kafka_consumer

1 participant