About 2,070,000 results
Open links in new tab
  1. Confluent Platform - how to properly use ksql-datagen?

    Feb 18, 2022 · I used ksql-datagen bootstrap-server=broker:29092 quickstart=orders msgRate=1 topic=orders_topic Notice I did not use localhost like you did but the name of the server as …

  2. KSQLDB: Using CREATE STREAM AS SELECT with Differing KEY …

    Dec 4, 2022 · CREATE STREAM IF NOT EXISTS INTERMEDIATE_STREAM_SUMMARY_FLATTNED AS SELECT ROWKEY, …

  3. apache kafka - KSQL : Left Join with Not Equal where condition is …

    Sep 23, 2018 · KSQL : Left Join with Not Equal where condition is not satisfying the result Asked 7 years, 3 months ago Modified 5 years, 8 months ago Viewed 1k times

  4. Kafka KSQL Docker cant connect to Schema Registry

    Sep 26, 2024 · I'm trying to create a stream in my local kafka integration however KSQL server can't connect to the schema registry or that parameter never reaches the KSQL server …

  5. How to query directly from a kafka topic? - Stack Overflow

    Jan 2, 2020 · I've looked into Interactive queries and KSQL but I can't seem to figure out if querying for a specific record(s) based on key is possible. Say I have a record in a topic as …

  6. How to use multiple condition left joins in Confluent KSQL query?

    Oct 7, 2024 · I have a KSQL Table with multiple primary keys. I need to create a new stream and perform a LEFT JOIN with the initial Table. However, it appears KSQL does not handle …

  7. confluent platform - ksqlDB server fails to start when connecting …

    Jan 26, 2021 · If I use a local broker and set bootstrap.servers=localhost:9092, ksql-server starts without any problems. How do I get around this null record/deserialization issue in order to …

  8. Kafka KSQL - can't create streams due to timeouts

    Aug 27, 2021 · I'm running 3 KSQL servers on Google's K8S towards Kafka (via ssl) and Zookeeper hosted on Google Cloud VM's. I can easily create 5 streams and they work …

  9. How to configure bitnami ksqldb docker image in a docker-compose

    Oct 15, 2024 · Nevertheless, even substituting the file in that folder creates an "injected configuration file found" log, so I have no idea how this works. Moreover, looking in that folder …

  10. How do I install just the ksqlDB CLI tool on Linux?

    Nov 12, 2020 · 0 Alright - he's how I was successfully able to connect. I never did - unfortunately - find a way to easily install just the ksql CLI tool locally. Nor did not end up using the local ksql …