monix / monix-connect

A set of connectors for Monix. 🔛
https://connect.monix.io
Apache License 2.0
59 stars 17 forks source link

KSQL DB Connector #558

Open roomanidzee opened 3 years ago

roomanidzee commented 3 years ago

Hello!

I want to suggest the idea of adding a new connector to the repository - for the KSQL DB

Unfortunately, at the current moment I have no time for developing it and adding new tests for checking all the work cases.

My source code, which is based on KSQL REST API and it's documentation, located here: https://github.com/roomanidzee/kaesquella

It has unit tests, but no integration tests. (some environment for it is in integration-tests branch)

Can you please consider the possibility of adding this source code to the monix-connect repository?

roomanidzee commented 3 years ago

perhaps no rights for adding a label, so I can't add a "new-connector" label here(

paualarco commented 3 years ago

hi @roomanidzee, it would be great to eventually have this connector :) maybe you should create an initial PR and then someone can continue from there with the implementation work and add integration tests! :)

roomanidzee commented 3 years ago

ok, will do this ASAP, thank you!

roomanidzee commented 3 years ago

hi @paualarco

my initial PR was created (https://github.com/monix/monix-connect/pull/560) , so please check it ASAP