-
Updated
Mar 31, 2022 - Java
kafka-connect
Here are 528 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Java
Hi Team,
I'm trying to connect KSQL DB which is on Confluent Cloud but I'm getting error "Failed to fetch tables and streams".
I've added below property in Docker-Compose file,
KAFKA_CLUSTERS_0_KSQLDBSERVER: https://test-db-xxx.confluent.cloud
To connect that DB, I guess we need to provide a Key/Secret and I don't see properties to provide the same.
Could you pls advise, what am I mis
-
Updated
Mar 26, 2022 - Shell
-
Updated
Mar 20, 2022 - Java
-
Updated
Mar 29, 2022 - Python
-
Updated
Mar 23, 2022 - Scala
Please create ingress template and configuration for:
- kafka-rest
- kafka-connect
- schema-registry
-
Updated
Mar 30, 2022 - Java
-
Updated
Apr 4, 2019 - Java
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Feb 10, 2022 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Mar 31, 2022 - Jinja
-
Updated
Jan 15, 2021 - Java
-
Updated
Nov 5, 2020 - Jupyter Notebook
-
Updated
Mar 31, 2022 - Shell
-
Updated
Apr 22, 2020 - Java
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 28, 2022 - Java
-
Updated
Feb 28, 2022 - Java
-
Updated
Mar 17, 2020 - Shell
Hi Team,
Am getting timeouts for kcctl describe connector * or kcctl get connectors
Let me know how I can increase timeout
-
Updated
Feb 18, 2021 - Java
-
Updated
Dec 27, 2021 - Java
-
Updated
Jul 29, 2021 - Java
Improve this page
Add a description, image, and links to the kafka-connect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-connect topic, visit your repo's landing page and select "manage topics."
I have a use case where I need to create a new stream containing the bearing between two consecutive points in a pre-existing lat/lon stream. Normally bearing would be available in a standard lib but in a pinch can easily be implemented through sin, cos, and atan2 funcs, none of which are currently available in ksql.
Basic trig functions have a range of use cases in geometric and geographic co