Operations Index
KSQL versus ksqlDB¶
Overview of key differences between KSQL and ksqlDB.
Install and configure ksqlDB¶
You have a number of options when you set up ksqlDB Server. For more information on installing and configuring ksqlDB, see the following topics.
- Deploy
- Configure ksqlDB Server
- Configure ksqlDB CLI
- Configure Security
- ksqlDB Configuration Parameter Reference
Health Checks¶
- The ksqlDB REST API supports a "server info" request at
http://<server>:8088/info
and a basic server health check endpoint athttp://<server>:8088/healthcheck
. - Check runtime stats for the ksqlDB server that you are connected to
via
DESCRIBE EXTENDED <stream or table>
andEXPLAIN <name of query>
.
For more information, see Check the health of a ksqlDB Server.
Capacity Planning¶
The Capacity Planning guide describes how to size your ksqlDB clusters.
Troubleshooting¶
If ksqlDB isn't behaving as expected, see Troubleshoot ksqlDB issues
Next Steps¶
- Watch the screencast of Taking KSQL to Production.
Last update:
2020-09-10