EventStore / EventStoreDB-Client-Java

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

Create operation for projections seems to miss "Checkpoints Enabled" function #260

Open michael-schnell opened 7 months ago

michael-schnell commented 7 months ago

Creating a projection via the UI and HTTP API has the following options:

The class CreateProjectionOptions only has:

The following functions do not exist:

DEV-228

w1am commented 6 months ago

Thanks for pointing that out. It will be amended.