EventStoreDB-Client-Java icon indicating copy to clipboard operation
EventStoreDB-Client-Java copied to clipboard

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

Open michael-schnell opened this issue 1 year ago • 1 comments

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

DEV-228

michael-schnell avatar Dec 31 '23 10:12 michael-schnell

Thanks for pointing that out. It will be amended.

w1am avatar Jan 10 '24 07:01 w1am