confluentinc / confluentinc/examples
Enhance the clickstream ksqlDB demo to create connectors using ksqlDB
Open
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
You can now create connectors _within_ ksqlDB. We're already using `SOURCE` connectors within the demo. We should update the demo to:
* Not run connect as a separate container, but run within ksqlDB
* Use the `CREATE SINK CONNECTOR` syntax in ksqlDB to create the connectors to sink to ES, and remove `ksql-connect-es-grafana.sh`.
The whole _create source connectors_, _execute sql statements_, _create sink connectors_, could be in a single SQL script....
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.