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-26203] Basic table factory for Pulsar connector #56

Merged
merged 10 commits into from Aug 31, 2023

Commits on Jul 24, 2023

  1. [FLINK-XXXXX] Basic table factory for Pulsar connector

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1cb15ea View commit details
    Browse the repository at this point in the history
  2. Add and test options and utils

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2de2ecc View commit details
    Browse the repository at this point in the history
  3. Add table source sink

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    93af846 View commit details
    Browse the repository at this point in the history
  4. Add and test table factory

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    87155fe View commit details
    Browse the repository at this point in the history
  5. try avoid keybytes issue

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    26eced3 View commit details
    Browse the repository at this point in the history
  6. temporarily disable pulsarSourceSinkWithKeyAndPartialValue to verify …

    …other staff works well
    
    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f01f817 View commit details
    Browse the repository at this point in the history
  7. fix dependency convergence

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    61f1b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. fix ser key

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3fd4bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Address comments

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c6b19db View commit details
    Browse the repository at this point in the history
  2. impl upsert mode

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d62907c View commit details
    Browse the repository at this point in the history