EventStoreDB-Client-Java
EventStoreDB-Client-Java copied to clipboard
Create operation for projections seems to miss "Checkpoints Enabled" function
Creating a projection via the UI and HTTP API has the following options:
- Checkpoints Enabled
- Emit Enabled
- Track Emitted Streams
- Enabled
The class CreateProjectionOptions only has:
The following functions do not exist:
- Checkpoints Enabled
- Enabled - According to docummentation enable should be called after creation instead
Thanks for pointing that out. It will be amended.