Skip to content

Commit 9af57ff

Browse files
committed
Added information about new KSQL UDF feature.
1 parent 4f78705 commit 9af57ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
For the most up-to-date version, documentation and examples of KSQL, please go to [Confluent's official KSQL Github repository](https://github.com/confluentinc/ksql).
66

7+
<span style="color:red">*Update July 2018: KSQL now has official support for UDFs. Makes it even easier to implement. I will build an updated example soon... In the meantime, see more information about the new UDF feature in [June Preview Release - KSQL User Defined Functions(https://www.confluent.io/blog/june-preview-release-confluent-plaform/)]*</span>
8+
79
## Use Case: Continuous Health Checks with Anomaly Detection
810
The following example leverages a pre-trained analytic model within a KSQL UDF for continuous stream processing in real time to do health checks and alerting in case of risk. The Kafka ecosystem is used for model serving, monitoring and alerting.
911

0 commit comments

Comments
 (0)