python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ksqlDB java client: not able to deserialize data from client.executeStatement()
I am trying to query a KSQL Stream on confluent cloud using Java ksqlDb-api-client:0.24.0 using the below code
ClientOptions options = ClientOptions.create()
.setHost(KSQLDB_SE...
Karim Tawfik
Votes: 0
Answers: 2
How to stream data from locally installed SQL Server to Kafka topic on confluent cloud, without installing Kafka in the local machine
SQL Server database is in local system
Kafka is configured in confluent cloud
Operating system of the local machine is Windows 10
Is there any way without installing Apache Kafka in the local machine ...
Pranjit Borah
Votes: 0
Answers: 1
How do i send data and metrics from Confluent to elasticsearch?
The requirement is to send metrics and data from Confluent cloud to elastic cloud. Should I use logstash or is there any ways to implement this? Have read about elasticsearch syn connector but can som...
sidharth vijayakumar
Votes: 0
Answers: 2
Authenticate Kafka CLI with Kafka running on Confluent
I'm having a Kafka cluster running on Confluent Cloud but I'm not able to reset the commit offset from the UI. Hence, I'm trying to do it via Kafka's CLI as below:
kafka-consumer-groups --bootstrap-se...
knl
Votes: 0
Answers: 2