I am using the JVM client to subscribe to category streams using the StreamSubscriptionActor like this:
StreamSubscriptionActor.props(
connection,
client,
streamId,
eventNumber,
Option.empty(),
new SettingsBuilder().resolveLinkTos(true).build());
``
The ResolvedEvents received by the actor do not seem to contain the commit and prepare position for the received event.
Is it possible to get these positions somehow when not subscribing to the “All” stream?