-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature: Support KSqlDb driver #255
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #255 +/- ##
===========================================
- Coverage 90.25% 90.21% -0.04%
===========================================
Files 340 346 +6
Lines 5694 5930 +236
Branches 762 793 +31
===========================================
+ Hits 5139 5350 +211
- Misses 403 423 +20
- Partials 152 157 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beside some comment suggestion, others LGTM 👍
Description
Support KSqlDb driver to connect KSqldb data source
Issue ticket number
closes N/A
How To Test
Follow the official site quick start step below:
https://ksqldb.io/quickstart.html
or run the cmd line in the root directory:
docker-compose.yml
docker exec -it ksqldb-cli ksql http://ksqldb-server:8088
vulcan.yaml
, add the extension belowprofile.yaml
, add the configuration belowtest.sql
test.yaml
Additional Context
The KsqlDb currently has some limitations.