agile-lab-dev/darwin

Confluent Rest Connector

Closed this issue · 1 comments

Scenario

Allow darwin to retrieve the schemes from confluent schema registry

Problem statement

In some use cases or in products such as ChangeDataCapture, reference schema registry is Confluent.

Proposed solution

  • create new connector ConfluentRestConnector and use this api to retrieve schema
http://localhost:8081/schemas/ids/:id

This looks very interesting to me! (and I will probably need it soon)
How does it look, right now? Would you need some help to merge it?