Introspect server status
The /info resource gives you information about the status of a ksqlDB
Server, which can be useful for health checks and troubleshooting. You
can use the curl command to query the /info endpoint:
1 |  | 
Your output should resemble:
1 2 3 4 5 6 7  |  | 
You can also check the health of your ksqlDB server by using the
/healthcheck resource:
1 |  | 
Your output should resemble:
1 2 3 4 5 6 7 8 9 10 11  |  | 
  
    
      Last update:
      2024-10-28