XMLWordPrintable

    • False
    • None
    • False

      The first step of the new Debezium Kafka Connect REST Extension refactoring is finished.
      Let's start moving over the UI frontend to use the new URLs and responses:

      All new URLs must point to the selected / active Kafka Connect cluster instead of the UI backend!

      In development / WIP:

      • Metrics endpoint /connectors/[cluster]/[connector-name]/metrics --> ???
      • Add tests for the connector specific Debezium Connect REST extensions DONE
      • Update connect/connect-base container images (activation of REST extension)

      New endpoints:

      • GET /debezium/predicates get list of Predicates available to SMTs that support predicates (conditions)
      • GET /debezium/version version of the main Debezium Connect REST Extension
      • GET /debezium/[CONNECTOR_TYPE_ID]/version return the version of the specific connector
      • GET /debezium/[CONNECTOR_TYPE_ID]/schema return the OpenAPI schema for the specific connector type id (mongodb, mysql, postgres, sqlserver, oracle)

      In the future:

      • TBD/WIP: Create new POST /debezium/connector or update PUT /debezium/connector/[CONNECTOR_NAME]/config connector with extended Debezium JSON syntax --> RK: UPDATE possible?
      • TBD/WIP: Create new POST /debezium/[CONNECTOR_TYPE_ID]/connector or update PUT /debezium/[CONNECTOR_TYPE_ID]/connector/[CONNECTOR_NAME]/config connector with extended Debezium JSON syntax --> RK: UPDATE possible?

            ishukla Indra Shukla
            rk3rn3r René Kerner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: