Skip to content

Group id is mandatory configurtion option for confluent_kafka 2.4.0+#39559

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:fix-group-id-required
May 11, 2024
Merged

Group id is mandatory configurtion option for confluent_kafka 2.4.0+#39559
potiuk merged 1 commit intoapache:mainfrom
potiuk:fix-group-id-required

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented May 11, 2024

The group.id parameter has been optional before 2.4.0 version of confluent_kafka relased on 7th of May. This started to fail our integration tests (cool).

This PR adds "group.id" as extra field and sets the defaults for integration testing.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk changed the title Group id is mandatory configurtion option for iconfluent_kafka 2.4.0+ Group id is mandatory configurtion option for confluent_kafka 2.4.0+ May 11, 2024
The group.id parameter has been optional before 2.4.0 version of
confluent_kafka relased on 7th of May. This started to fail our
integration tests (cool).

This PR adds "group.id" as extra field and sets the defaults for
integration testing.
@potiuk potiuk force-pushed the fix-group-id-required branch from d9e2afe to e63e32f Compare May 11, 2024 07:23
@potiuk potiuk requested review from eladkal and jedcunningham May 11, 2024 07:23
@potiuk
Copy link
Copy Markdown
Member Author

potiuk commented May 11, 2024

cc: @dylanbstorey -> our integration tests started to fail with latest confluent_kafka -> and I think this PR should fix it, but would love your pair of eyes on it.

@potiuk potiuk merged commit e637367 into apache:main May 11, 2024
@potiuk potiuk deleted the fix-group-id-required branch May 11, 2024 08:06
@dylanbstorey
Copy link
Copy Markdown
Contributor

Yeah that should be all.

pateash pushed a commit to pateash/airflow that referenced this pull request May 13, 2024
…pache#39559)

The group.id parameter has been optional before 2.4.0 version of
confluent_kafka relased on 7th of May. This started to fail our
integration tests (cool).

This PR adds "group.id" as extra field and sets the defaults for
integration testing.
@utkarsharma2 utkarsharma2 added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jun 3, 2024
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
…pache#39559)

The group.id parameter has been optional before 2.4.0 version of
confluent_kafka relased on 7th of May. This started to fail our
integration tests (cool).

This PR adds "group.id" as extra field and sets the defaults for
integration testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:apache-kafka

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants