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

[Inlong-5722][Agent] Support Redis Source #5779

Closed
wants to merge 12 commits into from

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    05a94af View commit details
    Browse the repository at this point in the history
  2. [INLONG-5637][Sort] Fix kafka load node npe error (apache#5638)

    * [INLONG-5637][Sort] Fix kafka load node npe error
    
    * [INLONG-5637][Sort] Fix kafka load node npe error
    yunqingmoswu authored and dockerzhang committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    98a1368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38dfe73 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    4e672de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c1937 View commit details
    Browse the repository at this point in the history
  3. [INLONG-5648][Dashboard] Optimize the create logic, support specifyin…

    …g specific types (apache#5649)
    leezng authored and EMsnap committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9b8a0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6f52f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1346a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	inlong-agent/agent-common/pom.xml
    #	inlong-agent/agent-core/pom.xml
    #	inlong-agent/agent-docker/pom.xml
    #	inlong-agent/agent-plugins/pom.xml
    #	inlong-agent/agent-release/pom.xml
    #	inlong-agent/pom.xml
    #	inlong-audit/audit-common/pom.xml
    #	inlong-audit/audit-docker/pom.xml
    #	inlong-audit/audit-proxy/pom.xml
    #	inlong-audit/audit-release/pom.xml
    #	inlong-audit/audit-sdk/pom.xml
    #	inlong-audit/audit-store/pom.xml
    #	inlong-audit/pom.xml
    #	inlong-common/pom.xml
    #	inlong-dashboard/pom.xml
    #	inlong-dataproxy/dataproxy-dist/pom.xml
    #	inlong-dataproxy/dataproxy-docker/pom.xml
    #	inlong-dataproxy/dataproxy-source/pom.xml
    #	inlong-dataproxy/pom.xml
    #	inlong-distribution/pom.xml
    #	inlong-manager/manager-client-examples/pom.xml
    #	inlong-manager/manager-client-tools/pom.xml
    #	inlong-manager/manager-client/pom.xml
    #	inlong-manager/manager-common/pom.xml
    #	inlong-manager/manager-dao/pom.xml
    #	inlong-manager/manager-docker/pom.xml
    #	inlong-manager/manager-plugins/pom.xml
    #	inlong-manager/manager-pojo/pom.xml
    #	inlong-manager/manager-service/pom.xml
    #	inlong-manager/manager-test/pom.xml
    #	inlong-manager/manager-web/pom.xml
    #	inlong-manager/manager-workflow/pom.xml
    #	inlong-manager/pom.xml
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/README.md
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/release/inc/client_config.h
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/release/inc/tc_api.h
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/base/client_config.cc
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/base/logger.h
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/base/sdk_constant.h
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/base/sdk_core.cc
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/net/buffer_pool.cc
    #	inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/test/base/client_config_test.cc
    #	inlong-sdk/dataproxy-sdk/pom.xml
    #	inlong-sdk/pom.xml
    #	inlong-sdk/sdk-common/pom.xml
    #	inlong-sdk/sort-sdk/pom.xml
    #	inlong-sort-standalone/pom.xml
    #	inlong-sort-standalone/sort-standalone-common/pom.xml
    #	inlong-sort-standalone/sort-standalone-dist/pom.xml
    #	inlong-sort-standalone/sort-standalone-source/pom.xml
    #	inlong-sort/pom.xml
    #	inlong-sort/sort-api/pom.xml
    #	inlong-sort/sort-common/pom.xml
    #	inlong-sort/sort-connectors/base/pom.xml
    #	inlong-sort/sort-connectors/doris/pom.xml
    #	inlong-sort/sort-connectors/elasticsearch-6/pom.xml
    #	inlong-sort/sort-connectors/elasticsearch-7/pom.xml
    #	inlong-sort/sort-connectors/elasticsearch-base/pom.xml
    #	inlong-sort/sort-connectors/filesystem/pom.xml
    #	inlong-sort/sort-connectors/hbase/pom.xml
    #	inlong-sort/sort-connectors/hive/pom.xml
    #	inlong-sort/sort-connectors/iceberg-dlc/pom.xml
    #	inlong-sort/sort-connectors/iceberg/pom.xml
    #	inlong-sort/sort-connectors/jdbc/pom.xml
    #	inlong-sort/sort-connectors/kafka/pom.xml
    #	inlong-sort/sort-connectors/mongodb-cdc/pom.xml
    #	inlong-sort/sort-connectors/mysql-cdc/pom.xml
    #	inlong-sort/sort-connectors/oracle-cdc/pom.xml
    #	inlong-sort/sort-connectors/pom.xml
    #	inlong-sort/sort-connectors/postgres-cdc/pom.xml
    #	inlong-sort/sort-connectors/pulsar/pom.xml
    #	inlong-sort/sort-connectors/redis/pom.xml
    #	inlong-sort/sort-connectors/sqlserver-cdc/pom.xml
    #	inlong-sort/sort-connectors/tubemq/pom.xml
    #	inlong-sort/sort-core/pom.xml
    #	inlong-sort/sort-dist/pom.xml
    #	inlong-sort/sort-end-to-end-tests/pom.xml
    #	inlong-sort/sort-formats/format-base/pom.xml
    #	inlong-sort/sort-formats/format-common/pom.xml
    #	inlong-sort/sort-formats/format-csv/pom.xml
    #	inlong-sort/sort-formats/format-inlongmsg-base/pom.xml
    #	inlong-sort/sort-formats/format-inlongmsg-csv/pom.xml
    #	inlong-sort/sort-formats/format-inlongmsg-pb/pom.xml
    #	inlong-sort/sort-formats/format-json/pom.xml
    #	inlong-sort/sort-formats/format-kv/pom.xml
    #	inlong-sort/sort-formats/pom.xml
    #	inlong-tubemq/pom.xml
    #	inlong-tubemq/tubemq-client/pom.xml
    #	inlong-tubemq/tubemq-connectors/pom.xml
    #	inlong-tubemq/tubemq-connectors/tubemq-connector-flink/pom.xml
    #	inlong-tubemq/tubemq-connectors/tubemq-connector-flume/pom.xml
    #	inlong-tubemq/tubemq-connectors/tubemq-connector-spark/pom.xml
    #	inlong-tubemq/tubemq-core/pom.xml
    #	inlong-tubemq/tubemq-docker/pom.xml
    #	inlong-tubemq/tubemq-docker/tubemq-all/pom.xml
    #	inlong-tubemq/tubemq-docker/tubemq-build/pom.xml
    #	inlong-tubemq/tubemq-docker/tubemq-cpp/pom.xml
    #	inlong-tubemq/tubemq-docker/tubemq-manager/pom.xml
    #	inlong-tubemq/tubemq-example/pom.xml
    #	inlong-tubemq/tubemq-manager/pom.xml
    #	inlong-tubemq/tubemq-server/pom.xml
    #	pom.xml
    iamsee123 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3d338b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    6f7f9c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a95901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e77185 View commit details
    Browse the repository at this point in the history