Skip to content

data generator for exploring kafka's topics contents with kstreams and ktables

Notifications You must be signed in to change notification settings

plisken1997/ksql-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka KSQL examples

monitoring:

kafka manager

configure and deploy

run

  bin/kafka-manager -Dconfig.file=/path/to/conf/application.conf

install

from docker

https://docs.confluent.io/current/installation/docker/docs/quickstart.html

from confluent applications

https://docs.confluent.io/current/installation/installing_cp/index.html

CLI

run confluent platform

  bin/confluent start

list topic

  bin/kafka-topics --list --zookeeper localhost:2181

producer

  bin/kafka-console-producer --broker-list "localhost:9092" --topic "ksqlexamples.show-opinions"  

KSQL

offset

  SET 'auto.offset.reset' = 'earliest';

k-streams

k-table

About

data generator for exploring kafka's topics contents with kstreams and ktables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages