Comments on: Introduction to ksqlDB on Kubernetes with Spring Boot https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 12 May 2023 08:13:47 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1998 Fri, 12 May 2023 08:13:47 +0000 https://piotrminkowski.com/?p=11924#comment-1998 In reply to wackazong.

Ok, I’ll take a look on it. Thanks for info.

]]>
By: wackazong https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1995 Thu, 11 May 2023 21:09:49 +0000 https://piotrminkowski.com/?p=11924#comment-1995 You can skip cloning the git repo for the ksql server installation. Use the whole repo and disable all other services using the enabled flag, see the values.yaml.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1739 Thu, 08 Dec 2022 09:18:43 +0000 https://piotrminkowski.com/?p=11924#comment-1739 In reply to anhvh2610gmailcom.

Hi. You have everything described in the Confluent docs: https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/server-config/security/

]]>
By: anhvh2610gmailcom https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1727 Thu, 24 Nov 2022 06:57:29 +0000 https://piotrminkowski.com/?p=11924#comment-1727 Hi!
How to enable authentication in Ksqldb

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1714 Fri, 04 Nov 2022 08:44:53 +0000 https://piotrminkowski.com/?p=11924#comment-1714 In reply to Priyank.

It covers a free version of ksqldb. I’m not mentioning the Confluent Platform in that article. Even for running Kafka on k8s I’m using strimzi

]]>
By: Priyank https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1710 Thu, 03 Nov 2022 17:01:46 +0000 https://piotrminkowski.com/?p=11924#comment-1710 Confluent Platform is a paid product with time-limited trial. Wish the article covered the community edition of ksqldb. From what I hear, the starting price is USD 90k for the license.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1706 Wed, 02 Nov 2022 11:08:13 +0000 https://piotrminkowski.com/?p=11924#comment-1706 In reply to Nosheen.

Thanks!

]]>
By: Nosheen https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1683 Mon, 17 Oct 2022 12:21:53 +0000 https://piotrminkowski.com/?p=11924#comment-1683 very helpful. especially the dependency issue is resolved by this article.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1677 Wed, 12 Oct 2022 07:49:48 +0000 https://piotrminkowski.com/?p=11924#comment-1677 In reply to Marcin.

Yes 🙂

]]>
By: Marcin https://piotrminkowski.com/2022/06/22/introduction-to-ksqldb-on-kubernetes-with-spring-boot/#comment-1605 Tue, 12 Jul 2022 10:33:13 +0000 https://piotrminkowski.com/?p=11924#comment-1605 Is my understanding correct that queries created this way have linear complexity and looking for a value is similar to iterating through a linked list as you have to read each message from kafka sequentially even when querying for a key? On the other hands using kafka streams and state store allows u to read it all on application startup and build the local rocksDB instance for the queries to be efficient. Correct?

]]>