Scavenge with embedded event store

We are using Embedded event store in distributed client apps with no external ports ( similar to tests connection via EmbeddedEventStoreConnection.Create) however the question comes up how do we scavenge ?

Ben

I don’t believe there is a wrapper method for it. This is easy enough to add, I will put up an issue for it.internally its just raising the right message.

I would expect it to be done in a few days https://github.com/EventStore/EventStore/issues/1689 if you need it faster than this you can raise the message on your own. My guess is it will be done within the week.

Awesome… will check tomorrow.

I didnt realize the bus/queue were exposed !.. Have written the message which will do till the official one lands. ty.

Ben