Skip to content

Simple bash tool, that allow you to delete every tables, streams and topics of ksqldb.

Notifications You must be signed in to change notification settings

Guilamb/clean-ksqldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

clean-ksqldb

This is a simple bash tool, that allow you to delete every table, streams and topics of ksqldb.

 Script usage: ./clean-ksql [-OPTION]
 -v | --verbose :        Activate verbose
 -h | --help    :        Display help
 -o :
        streams  :        Delete only streams, will fail il table are using some of the streams
        tables   :        Delete only tables,
        all     :        Delete tables and streams
 -t | --topics  :        Delete topics, but don't remove topic named metrics or internals topics
 --server       :        Set server address

About

Simple bash tool, that allow you to delete every tables, streams and topics of ksqldb.

Resources

Stars

Watchers

Forks

Languages