Click to copy

• Reviewed for ksqlDB 0.29

How to Set a Session Configuration in ksqlDB

Simply run a SET statement with the new value for the configuration. The statement will be available for your session until you exit.

SET 'auto.offset.reset' = 'earliest';
Remember that you can also list current values for all properties for your session.
Note that if you need to set cluster-wide a configuration value to all the sessions, you need to set it when starting the ksqlDB cluster.
Discover what readers are saying
topictale
Get easy to digest how-tos on ksqlDB
Sign up
Please read our Privacy Policy to understand how we protect and manage your data.
You may also like