Yeva Byzek
Yeva Byzek
Porting https://github.com/confluentinc/ksqldb-recipes/issues/149 here From @wicknicks > just a quick pointer: was going through this https://confluentinc.github.io/ksqldb-recipes/customer-360/aviation/#ksqldb-code, and noticed that the CREATE STREAM customer_flight_updates ... statement must also project a FLIGHT_ID column...
Porting https://github.com/confluentinc/ksqldb-recipes/issues/161 here https://www.confluent.io/blog/ksqldb-0-23-1-features-updates/#grace-period > In ksqlDB 0.23, we added the ability to specify a GRACE PERIOD in the WITHIN clause for stream-stream joins. The GRACE PERIOD clause will become...
Issue described in ksqlDB : https://github.com/confluentinc/ksql/issues/8440 Solutions described in Kafka streams : https://github.com/confluentinc/kafka-streams-examples/pull/411 This GitHub issue is to track adding the KStreams solutions as a Kafka Tutorial Additional notes: you...
Comments about the wrapper in the tutorials are inaccurate. > ....run the following command to obtain the Gradle wrapper... Should instead be something like > Execute the gradle wrapper task...
wrt https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql.html > by default, ksqlDB emits table results every 2 seconds (based on default commit.interval.ms) > Maybe a little extra explanation would be helpful. While Without this, ksqlDB will...
From @rspurgeon: (sorry, formatting is off as this is copy/paste from [Slack](https://confluent.slack.com/archives/CHMFCJRCM/p1635260386008200)) Building a new tutorial I’m seeing this current instruction in our Confluent KTs: 3. Click on LEARN and...
https://www.confluent.io/blog/introducing-confluent-parallel-message-processing-client/ https://github.com/confluentinc/parallel-consumer cc: @astubbs
Show advanced workflow with collection data types (arrays, maps, structs) and the lambda functions (reduce/transform/filter) Examples from @blueedgenick (thank you!) 1. A dating site : full 3-stage sequence to identify...
For documentation, not sure if there's any needed fix or action > The problem is that users (and Semaphore tests) don’t checkout the full project (with properties file and jar),...
For any KT with Kafka Streams, in the run your app to CCloud section (e.g. https://kafka-tutorials.confluent.io/create-stateful-aggregation-sum/kstreams.html#run-your-app-to-confluent-cloud) it will fail unless the user is instructed to modify the properties file with...