Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Browsing all 1362 articles
Browse latest View live

Mysterious chunking behaviour when using Akka HTTP

Hi everyone! When using chunked encoding I notice that I’m getting a chunk of len(1) as the first chunk. It could of course be something I’m doing, but I wasn’t expecting this. Any ideas? My test...

View Article


Projection from events with protobuf serialization

Hi all, I implemented a Projection with Events from Akka Persistence serialized with the ProtobufSerializer. The projection is implemented in a different project and runs as a standalone process....

View Article


Offset-reset-protection in combination with RestartSource

Hi and thanks for this great library(-ies), we use the alpakka Kafka connector in our project to consume messages from Apache Kafka and are currently investigating " unexpected consumer offset reset"...

View Article

Alpakka Kafka Conditional Publish

Hello :) Can I ask how to do a conditional publish with msg data in the code shown in the following link? e.g. if msg.record.value contains some string, then publish otherwise skip etc. github.com...

View Article

gRPC Stream Cancellation, under what conditions?

In an Akka streaming project we are seeing a very high volume of these error messages: Error in stage [akka.stream.scaladsl.MergeHub$$anon$2$$anon$3]: Upstream producer failed with exception, removing...

View Article


Flexiflow and async boundary

Hi, I wonder if anyone could help clarify a point, does the flexiflow create asynchronous boundary around it or is it an operator that is also fused like any other ? 1 post - 1 participant Read full...

View Article

How to connect to redis in akka?

Hi friends, I have been trying to find resources on how to connect to redis on akka but I have not been successful. I could not find any good dependencies/libraries to use. Could someone enlighten me...

View Article

Image may be NSFW.
Clik here to view.

How to create a priority based mailbox for an Akka actor [Java]

Hello! I want to prioritize by message type the order of the messages that will be read from the message queue by an Actor. For example: First Int message will be processed. Then String type message...

View Article


Current state of Bulk Stream References

Hi, as mentioned in Bulk Stream References this feature is not implemented, but the referenced issue Bulk Transfer Stream Refs #24276 is marked as complete. Is there a way of already using the large...

View Article


Akka Java Documentation Release 2.6.19

I have downloaded the Akka Java Documentation pdf version for the older Release 2.5.1, 2.0.x. I do not find the pdf version for the latest release 2.6.19 or any of the 2.6 releases? 1 post - 1...

View Article

Image may be NSFW.
Clik here to view.

When is akka 2.5.x end of life

I could not see any official statement about EOL for akka 2.5.x. I could only found the following statement in 2.5.32 release notes: “This is expected to be one of the last releases in the 2.5 series,...

View Article

How to return a value of specific type?

I have a Manager class that supports different Actor commands and is the entry point for my Actor system. It routes the messages to the appropriate Worker through a Router. The main method calls the...

View Article

Access REST API on unix domain socket with Alpakka

Hi, I am trying to access REST API using Unix Domain Socket by following the link :Unix Domain Socket • Alpakka Documentation curl -k -v -X GET “http://localhost/test” --unix-socket...

View Article


Image may be NSFW.
Clik here to view.

Akka Persistence and efficient querying for potential target Actor

Hello, I am currently evaluating Akka with Akka Persistence for new project in our company. I am new to DDD and builiding Microservices the reactive way (with actors and without), but I like what I...

View Article

Akka Http Core - How to get Request Parameter?

Using akka-http, I just want to get a simple parameter from a request such as the “1234” in “http://site.com/login/?user=1234” One tutorial led me to create a Http server with (HttpRequest =>...

View Article


Where to find good Scala 3 Akka examples?

Where to find good Scala 3 Akka examples? I’m trying to find but its difficult 1 post - 1 participant Read full topic

View Article

ClusterSingleton on a ClusterSharding server

Hi everyone, I have a service running as ClusterSharding with some coordinators which are started from a InitActor using the ShardedDaemonProcess, and at the current time everything works and the...

View Article


Typesafe.config version for akka

Hi. I’m upgrading our akka application from 2.5 to 2.6. I noticed that akka 2.6.19 is using typesafe.config 1.4.2, whereas we are using 1.3.1, which means this will be the class-path version. Would...

View Article

How to get exception information in akka.actor.typed.SupervisorStrategy?

when there is some problem(e.g. db Exception,biz Exception) in an Actor, I hope the actor can throw exception in which some detail error message included to it’s supervisor. The supervisor then can...

View Article

Akka Persistence Updates to address CVEs

I’m using the release 1.0.5 of Akka Persistence Cassandra and Slick 3.3.3. There’s dependencies that are flagged with high vulnerabilities for these releases. The following dependent jars contain high...

View Article
Browsing all 1362 articles
Browse latest View live