/plushcap/analysis/confluent/confluent-kafka-ksql-udf-udaf-with-maven-made-easy

ksqlDB UDFs and UDAFs Made Easy

What's this blog post about?

Confluent Platform 5.3.0 introduces the ksqlDB UDF / UDAF Quickstart Maven archetype for bootstrapping custom ksqlDB functions. This archetype simplifies the process of building and deploying user-defined functions (UDFs) and user-defined aggregate functions (UDAFs). It also allows developers to convert the generated Maven project to a Gradle project with a simple command, catering to those who prefer using Gradle over Maven. The tutorial guides users through setting up the archetype, generating a new UDF/UDAF project, and deploying custom ksqlDB functions to a ksqlDB server. It also covers unit testing for both UDFs and UDAFs.

Company
Confluent

Date published
Aug. 6, 2019

Author(s)
-

Word count
2869

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.