This room is dedicated to discussions between Akka committers for coordinating the development process—for general questions and discussions around the usage of Akka please head over to akka/akka. For more info see: http://bit.ly/akka-gitter
FYI -- Olivier Nouguier is presenting about his Pravega Alpakka connector tomorrow at our monthly Pravega.io meetup: https://community.cncf.io/events/details/cncf-pravega-community-presents-pravega-community-meeting-1/
Olivier currently has a new PR open to Alpakka to add Pravega Key-Value Tables support to his Akka connector: akka/alpakka#2651 ... I believe he plans to discuss this latest work also.
Hello Alpakka team,
When I am trying to build docs/previewSite
locally in my computer for alpakka, I am getting following error messages
google-cloud-pub-sub-grpc/src/main/protobuf: warning: directory does not exist.
google-cloud-pub-sub-grpc/src/main/proto: warning: directory does not exist.
google-common/src/main/protobuf: warning: directory does not exist.
What am I doing wrong? From where can I get these proto
files
slick.lightbend.com
which gives big warning in the browser if I click the link. When I generate the documentation locally it is resolving correctly. I think the base urls are changed in Dec (maybe those are not yet deployed, this is the wild guess )
case class Command(UUID: UUID, var done: Boolean)
, it is constantly updated, it is a source, I need to use akka streams to constantly search for done = = false in it and change to true. I tried different methods, such as Source.repeat. On the Internet, too, I did not find such a thing, I will be glad of your advice, thank you
ListMultipartUploadResultCommonPrefixes
is in fact a common datastructure that I want to reuse in another upcoming future PR (and since this breaks binary compatibility I want to merge it before a release)