Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Cannot increase buffer size for persistent actor connection #157

Open
ghostbuster91 opened this issue Jul 30, 2020 · 0 comments
Open

Cannot increase buffer size for persistent actor connection #157

ghostbuster91 opened this issue Jul 30, 2020 · 0 comments

Comments

@ghostbuster91
Copy link

ghostbuster91 commented Jul 30, 2020

Hi,

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant