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

[Discussion] Future developments #25

Open
AndreaTosti opened this issue Jun 4, 2020 · 1 comment
Open

[Discussion] Future developments #25

AndreaTosti opened this issue Jun 4, 2020 · 1 comment

Comments

@AndreaTosti
Copy link

Hello, first of all congratulations for the work done, i have had the opportunity to try your JDBC driver for a long time and i wanted to know more about future developments.
In particular, do you think it is possible to interrogate Kafka instead of KsqlDB?
To my knowledge Kafka does not expose an SQL query engine per se.
I see that your driver also works well with KsqlDB version 0.9, soon there will be the release of version 0.10 and with it most likely the new Java client (Source code)(Documentation).
In my opinion this client promises well with respect to the use of the Rest API, both on the performance side and because it exposes native methods for things like terminating queries after a certain period of time.
I'd like to hear your opinions.

@mmolimar
Copy link
Owner

This driver was born in a very early stage of KSQL, providing another way to consume messages from Kafka via KSQL. The idea is still maintain the integration with KSQL (and not with Kafka).
KSQL is evolving a lot and based on this (see KLIP-15) the new API or whatever new feature included should be integrated within the driver but not integrating directly with KSQL (due to scalability and performance).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants