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

ticdc(pulsar): write DDL events to pulsar #9433

Merged
merged 15 commits into from
Aug 7, 2023

Commits on Jul 21, 2023

  1. add pulsar ddl producer

    add pulsar ddl sink
    update deps
    yumchina committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d779dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd704f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    70f9d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8216c23 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. add write ddl events to pulsar

    add test file and mock create pulsar client and producer
    fix Makefile for unit test with pulsar.
    yumchina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4a9d4c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix notes

    yumchina committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a17c8fe View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Aug 1, 2023

  1. remove factory_mock.go factory_test.go

    remove Flush() from pulsar_ddl_producer.go
    yumchina committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4280181 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. replace log.L()

    remove code comment
    fix bugs
    by gch4236
    yumchina committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6e4d1b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f0fc09 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. use lru to producers cache

    TLS config
    yumchina committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e3ed5a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. format code

    yumchina committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6d93b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433bc32 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. format documents

    yumchina committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    729a64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf1683 View commit details
    Browse the repository at this point in the history