Bill Bejeck

Results 13 issues of Bill Bejeck

This PR is a mirror of https://github.com/apache/kafka-site/pull/433 which used placeholder images for the Kafka Streams that users need to click in order to load the `iframe` with the corresponding video....

### Description Updated insert statements to use 'UNIX_TIMESTAMP()' to generate dates This PR proposes to solve the "too old" date issue by using `UNIX_TIMESTAMP()` to generate dates for inserting the...

### Description Staging PR for #1292 ### Staging Docs http://kafka-tutorials-staging.s3-website-us-west-2.amazonaws.com/user-feedback-staging ### New tutorial checklist

### Description Staging PR for #1306 ### Staging Docs ### New tutorial checklist

Producing/Consuming Protobuf from the command line

kafka

Producing/Consuming JSON from the command line

kafka

As of SR 5.5.0 you can now use schema references. This feature allows you to re-use schemas which can be a great feature when you want to use a common...

kafka
cookbook

Since the function extension already supports Avro and Protobuf (de)serialization, it would be helpful to expose the following as optional configs for the `KafkaTrigger` and `Kafka` attributes. - `schema.registry.basic.auth.credentials.source` -...

Needs: triage (functions)

ksqlDB 0.17 introduced the ability to use simple in-line functions vs. having to provide a UDF https://www.confluent.io/blog/announcing-ksqldb-0-17-0-new-features-and-updates/#lambda-functions

ksqlDB
ccloud