Skip to content

User-defined functions

ksqlDB comes with a broad range of built-in functions out of the box. But what happens when you need to use a function that ksqlDB doesn't have?

User-defined functions let you add new functions using Java hooks. Learn how to use them in the how-to guide, or look up critical information about them in the reference documentation.


Last update: 2023-03-31