In this post, we will see how to resolve KSQLDB: write custom UDAF with struct type (annotationparser exception)
Question:
Im trying to write a custom UDAF for KSQLDB.First i wanted to try out the example: https://docs.ksqldb.io/en/latest/how-to-guides/create-a-user-defined-function/#implement-the-class
The Schemas of the structs will be submited via the Schemas_describtor. “This communicates the underlying types to ksqlDB in a way that its type system can understand.” F.E
Error Log of KSQLDB:
Best Answer:
I am able to submit the UDAF with param,aggregate and return Schema without an annotationParser Exception after downgrading from:If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com
Leave a Review