You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
The method which defines this buffer is defined on AbstractPersistentSubscriptionActor which is package private as the only one actor which implement this interface.
private[eventstore] trait AbstractPersistentSubscriptionActor[T] extends Actor with ActorLogging {
//....
def subscribeToPersistentStream(): Unit = toConnection(PS.Connect(EventStream.Id(streamId.streamId), groupName, BUFFER_SIZE))
}
Can we make it somehow configurable?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
The method which defines this buffer is defined on
AbstractPersistentSubscriptionActor
which is package private as the only one actor which implement this interface.Can we make it somehow configurable?
The text was updated successfully, but these errors were encountered: