EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Java RFC - 021 Projections API Create Operation Implementation #113

Closed tambeau closed 2 years ago

tambeau commented 2 years ago

@tambeau commented on Fri Nov 05 2021

Implementation of Create Operation for Java gRPC Projections API

Create

pvanbuijtene commented 2 years ago

Already implemented, will keep as-is for now to prevent breaking changes.

sagoez commented 1 year ago

Sorry to re-open with a silly question, why were OneTime projection removed if the page still advertises it or maybe I'm missing something and it was renamed.

ylorph commented 1 year ago

@samgj18 : that's the TCP protocol , so in the legacy .net tcp library it's still there. We didn' add One Time projection to the gRPC protocol because we do not think it makes sense to do that from an application perspective . Most users are using that specific type through the UI .

sagoez commented 1 year ago

Ah that makes sense, thank you @ylorph