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-35141][Connectors/Pulsar] Update flink-connector-pulsar v4.2.0 for Flink 1.19 #94

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

thinker0
Copy link
Member

@thinker0 thinker0 commented Jun 13, 2024

Purpose of the change

Brief change log

  • Change API of SourceConfiguration.
  • Fix compile error in PulsarWriterTest.
  • Fix compile error in PulsarTableTestUtils.

Verifying this change

Please make sure both new and modified tests in this PR follows the conventions defined in our code quality
guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added unit tests
  • Added integration tests for end-to-end deployment
  • Manually verified by running the Pulsar connector on a local Flink cluster.

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for
convenience.)

  • Dependencies have been added or upgraded
  • Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • Serializers have been changed
  • New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

Copy link

boring-cyborg bot commented Jun 13, 2024

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

@thinker0 thinker0 changed the title Update pulsar-1.19.0 [FLINK-35141][Build] Release flink-connector-pulsar v4.2.0 for Flink 1.19 Jun 13, 2024
@thinker0 thinker0 changed the title [FLINK-35141][Build] Release flink-connector-pulsar v4.2.0 for Flink 1.19 [FLINK-35141][Connectors/Pulsar] Update flink-connector-pulsar v4.2.0 for Flink 1.19 Jun 13, 2024
@thinker0 thinker0 marked this pull request as draft June 14, 2024 04:01
@thinker0 thinker0 force-pushed the update-pulsar branch 2 times, most recently from 4d86f35 to 08d6c44 Compare June 14, 2024 09:38
[FLINK-35141][Connectors/Pulsar] Drop support for Flink 1.17

Update versions of CI

Revert "[FLINK-35141][Connectors/Pulsar] Drop support for Flink 1.17"

This reverts commit 8e89e7f.

Update memory of Maven Tests

Fix TooLongFrameException : Adjusted frame length exceeds

https://lists.apache.org/thread/0vjct7on181ppo5frpql6mmvplh0gn46

Fix NPE

Fix mocking of Sink.InitContext

Update test versions of CI

Update pulsar-3.0.5

Update version of CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant