Problems with $ce subscription and Eventstore.JVM client

Hi

I have now written a few events to BASKET-uuid stream.

When i subscribe to $ce-BASKET after starting $by_category projection.

I receive an EventRecord, with data. My problem is that data.metadata is not the original metadata written to the original stream but the link-metadata.

Is this correct behavior? I wrote deserialization information in the metadata, so i need it to deserialize the data.

Is it possible to start the $by_category projection from Evenstore.JVM client?

"Is it possible to start the $by_category projection from Evenstore.JVM client?"

There is a restful API for projections (or see padmin it wraps all
these restful clients).

"I receive an EventRecord, with data. My problem is that data.metadata
is not the original metadata written to the original stream but the
link-metadata. "

Can you file an issue here: https://github.com/EventStore/EventStore.JVM

You should be able to get both.

Cheers,

Greg

Thanks for the help , seems resolve tos link must be true :slight_smile:

I will add this to the client api builder docs now.