Yeva Byzek

Results 55 issues of Yeva Byzek

Running [cp-all-in-one-cloud](https://github.com/confluentinc/examples/blob/5.3.1-post/cp-all-in-one-cloud/docker-compose.yml) results in a false negative -- it shows unhealthy state for the connect image even though it is working fine. ``` connect /etc/confluent/docker/run Up (unhealthy) 0.0.0.0:8083->8083/tcp, 9092/tcp ```...

bug

**Is your feature request related to a problem? Please describe.** Trying to do an `INSERT INTO` on an Avro formatted stream, three people spent a long time troubleshooting the following...

enhancement
P0
streaming-engine

**Is your feature request related to a problem? Please describe.** Use case 1: Receiving stock market data from an external source, however, the source sometimes delivers the market data out...

enhancement
sql-syntax
requires-streams-change
streaming-engine

Configuration file specifies fields for: ``` basic.auth.credentials.source= schema.registry.basic.auth.user.info= schema.registry.url= ``` But even when passing in the file via `producer.config` , `kafka-avro-console-producer` does not honor these fields. It works only if...

bug
usability

https://developer.confluent.io/tutorials/creating-first-apache-kafka-producer-application/confluent.html https://developer.confluent.io/tutorials/creating-first-apache-kafka-consumer-application/confluent.html These tutorials don't use Avro (they produce/consume `String` keys and values), so the build.gradle file can be simplified

good first issue
java

Tutorials may need a warning to users on which Gradle version to use (or be explicit with `--gradle-version 7.4.2`). Otherwise: ``` FAILURE: Build failed with an exception. * Where: Build...

bug

This can apply to any IoT, but the idea is to write a ksql stream processing app that detects loss. Author of this recipe has creative freedom to define what...

recipe
use case

The way `kcat` is used in KT isn't typical since it overrides the `entrypoint` in Docker. See https://github.com/confluentinc/kafka-tutorials/pull/1277 for details.

e.g. https://developer.confluent.io/tutorials/aviation/confluent.html#execute-ksqldb-code is a large block of code with almost no comments. Action: edit all `process.sql` files and add a short comment for each statement

enhancement
recipe

Augment recipe for “Optimize omni-channel inventory” at https://developer.confluent.io/tutorials/inventory/confluent.html with a little more color from user-provided slidedeck (see slidedeck -- [internal link](https://confluent.slack.com/archives/C02C5M9A9DG/p1650992874554669))

enhancement
recipe