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-34930] Fork existing code from bahir-flink #1

Merged
merged 44 commits into from
May 14, 2024

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    afd3f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    3e1045b View commit details
    Browse the repository at this point in the history
  2. [BAHIR-99] kudu connector

    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    64df367 View commit details
    Browse the repository at this point in the history
  3. [BAHIR-179] Fail Docker integration tests silently

    When running docker based integration tests locally,
    fail silentily if env requirements not available.
    
    Closes #38
    Closes #35
    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    380d979 View commit details
    Browse the repository at this point in the history
  4. [BAHIR-194] bump kudu version to 1.8.0

    Closes 44
    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d09e3d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cee8a73 View commit details
    Browse the repository at this point in the history
  6. [BAHIR-199] Bump kudu version to 1.9.0

    Closes #48
    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    90c0660 View commit details
    Browse the repository at this point in the history
  7. [BAHIR-202] Improve KuduSink throughput using async FlushMode

    By default, KuduSink processing message one by one
    without checkpoint. When checkoint is enabled, throughput
    is improved by using FlushMode.AUTO_FLUSH_BACKGROUND,
    and use checkpoint to ensure at-least-once.
    
    Closes #50
    suxinglee authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2b34864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83ae04b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1799957 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e71c17 View commit details
    Browse the repository at this point in the history
  11. [BAHIR-214] Improve speed and solve eventual consistence issues (#64)

    * resolve eventual consistency issues
    * improve speed special on eventual consistency stream
    * Update Readme
    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    eb7d959 View commit details
    Browse the repository at this point in the history
  12. Add support "upsert part of columns of a kudu table" (#70)

    Sometimes we don't want to upsert all columns of a kudu table. 
    So we need to support the function that upsert part of columns
    of a kudu table.
    lintingbin authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e9c1f21 View commit details
    Browse the repository at this point in the history
  13. Fix "the client has already been closed" bug (#75)

    Fix the problem "Caused by: java.lang.IllegalStateException:
    Cannot proceed, the client has already been closed" when 
    running in Flink local mode
    CruxWW authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e58d42f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    113e78c View commit details
    Browse the repository at this point in the history
  15. Kudu Connector rework (#78)

    Kudu connector rework including the addition of a
    connector to the Table API for it. 
    
    Co-authored-by: Gyula Fora <[email protected]>
    Co-authored-by: Balazs Varga <[email protected]>
    3 people authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f58f0d9 View commit details
    Browse the repository at this point in the history
  16. Add batch table env support and filter push down to Kudu connector (#82)

    Update the KuduTableSource to inherit from InputFormatTableSource
    in order to support both streaming SQL and Batch SQL at the same time.
    In order to reduce unnecessary data transmission, the filter push down
    was also added to the KuduTableSource.
    sebastianliu authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0bb7c4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0edb468 View commit details
    Browse the repository at this point in the history
  18. [BAHIR-241] Upgrade all connectors to Flink 1.11 (#99)

    Co-authored-by: Gyula Fora <[email protected]>
    2 people authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1344d41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4f38647 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    49cbc96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    625568e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    29fdcf7 View commit details
    Browse the repository at this point in the history
  23. [BAHIR-296] Unify log4j libs

    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0619722 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e22b414 View commit details
    Browse the repository at this point in the history
  25. [BAHIR-302] Add enforcers

    eskabetxe authored and ferenc-csaky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc90226 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    02d2990 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a45f81d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    191070a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    575eb1a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    258b8fe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    606b16f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    011e8fa View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    228330f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1970751 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b58b690 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a4d2fb9 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c70031d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    58bf05e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0d8e1c4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    73178c8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2385c8e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    121eecb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    519e0af View commit details
    Browse the repository at this point in the history