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

[FLINK-33219][connector/kafka] Add new archunit violation messages introduced by FLINK-31804 #56

Merged
merged 4 commits into from
Oct 9, 2023

Conversation

PatrickRen
Copy link
Contributor

The reason we add new violation messages instead of update existing ones is that the patch of FLINK-31804 is only applied after Flink 1.18. We need to make sure the CI could run successfully for Flink versions before and after that.

If Kafka connector decides to drop support for versions before 1.18 in the future, please re-freeze the violations then.

…troduced by FLINK-31804

The reason we add new violation messages instead of update existing ones is that
the patch of FLINK-31804 is only applied after Flink 1.18. We need to make sure
the CI could run successfully for Flink versions before and after that.

If Kafka connector decides to drop support for versions before 1.18 in the future,
please re-freeze the violations then.
@boring-cyborg
Copy link

boring-cyborg bot commented Oct 9, 2023

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

@@ -23,6 +23,10 @@ concurrency:
cancel-in-progress: true
jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.17-SNAPSHOT, 1.18-SNAPSHOT ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
flink: [ 1.17-SNAPSHOT, 1.18-SNAPSHOT ]
flink: [ 1.17.1, 1.18-SNAPSHOT ]

@MartijnVisser MartijnVisser merged commit b09928d into apache:main Oct 9, 2023
2 checks passed
@boring-cyborg
Copy link

boring-cyborg bot commented Oct 9, 2023

Awesome work, congrats on your first merged pull request!

MartijnVisser pushed a commit to MartijnVisser/flink-connector-kafka that referenced this pull request Oct 25, 2023
…troduced by FLINK-31804. This closes apache#56

* [FLINK-33219][connector/kafka] Add new archunit violation messages introduced by FLINK-31804

The reason we add new violation messages instead of update existing ones is that
the patch of FLINK-31804 is only applied after Flink 1.18. We need to make sure
the CI could run successfully for Flink versions before and after that.

If Kafka connector decides to drop support for versions before 1.18 in the future,
please re-freeze the violations then.

Co-authored-by: Martijn Visser <[email protected]>
(cherry picked from commit b09928d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants