numaproj / numaflow-java

Numaflow Java SDK
Apache License 2.0
22 stars 10 forks source link

feat: Add ID and numDelivered fields to Datum in udf #33

Closed xdevxy closed 1 year ago

xdevxy commented 1 year ago

As part of https://github.com/numaproj/numaflow/issues/538, this PR adds ID and numDelivered fields to Datum in udf, so that users are exposed with these metadata information about the message.

It also upgrades lombok to 1.18.26 because of https://github.com/projectlombok/lombok/issues/3264.