Hello!
I’m reading the documentation here: https://eventstore.org/docs/http-api/competing-consumers/index.html
And I see that the nack links that are returned when you get a event from the persistent subscription have no action.
http://localhost:2113/subscriptions/newstream/competing_consumers_group1/nack/c322e299-cb73-4b47-97c5-5054f920746f
If I do a POST call to these links, what is the default action it will execute?
Thanks!