Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 11, 2024

Conversation

potiuk
Copy link
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
Copy link
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
41 checks passed
@potiuk potiuk deleted the fix-group-id-required branch May 11, 2024 08:06
@dylanbstorey
Copy link
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