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

Disabling illegal request logs for production

@huntc wrote: When using Akka HTTP server-side in production, I’m noticing the following in my logs: WARN ActorSystemImpl - Illegal request, responding with status '400 Bad Request': Cannot establish...

View Article


Alpakka 2.0.0 milestone 1 is now available

@ennru wrote: Hakkers! On the behalf of the 30 contributors to this release, we’re happy to announce that Alpakka 2.0.0-M1 is available at Maven Central now. All Alpakka 2.0 modules work with Akka 2.5...

View Article


Interface between request reply model and event based system

@nidhindev wrote: Hi I trying to setup a system in akka, Here the consumer (say application A) is request replay based and the source (application B) is event based. In normal way application A can...

View Article

Deploying shard coordinator on nodes with different role than nodes hosting...

@manuelbernhardt wrote: Hi! We’ve got a situation where the shard coordinator should be deployed on different nodes than the shards. The reason for this type of deployment is related to latency during...

View Article

Optimization suggestion for Akka ByteString.compact method

@kstokoz wrote: Hi Akka Team, I was recently doing performance optimization for our project which is using Akka Http and was looking into ByteString.compact method for specifically ByteStrings class:...

View Article


Graceful shutdown on typed persistent actor

@jeongwoo-ji wrote: Hi, I’m using both ClusterSharding and EventSourcedBehavior. I think EventSourcedBehavior supports graceful shutdown by waiting persisting & processing stashed commands before...

View Article

Seeing the akka.remote.OversizedPayloadException while using replicated data

@jacobkurien1 wrote: Hi folks, need some help: i am using akka 2.5.23 and I am using the Replicated data. I noticed after adding arround 53-60 elements i hit the size limit and start seeing this...

View Article

Akka Streams and the number of actors created

@Euqinu wrote: Is there scaling and descaling of actors in Akka Streams? Suppose I have a stream, which has an infinite source like Kafka topic and each data is computed and processed and finally sent...

View Article


Akka gRpc + Java 11

@mcsherrylabs wrote: Can someone confirm it is possible to run akka grpc with JDK 11? Will this negate the need for the javaagent plugin? I cannot find an example of this, any steer gratefully...

View Article


Akka website down last two days

@missourian55 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic

View Article

Serialization error after disabling java serialization

@missourian55 wrote: I tried disabling Java serialization with below config. My cluster remoting is through netty tcp #Disable Java serialization akka.actor.allow-java-serialization = off...

View Article

Image may be NSFW.
Clik here to view.

OnFailure with SupervisorStrategy.resume throws a compile error

@pthampi wrote: Hi, i am trying to follow the example provided on https://doc.akka.io/docs/akka/current/typed/guide/tutorial_1.html (Failure handling section). The java code doesn’t compile though....

View Article

Image may be NSFW.
Clik here to view.

Recommended: akka Chinese document

@guobinhit wrote: In order to let more Chinese friends know about akka, I translated most of akka’s official documents. Welcome to read and participate. GitHub guobinhit/akka-guide 🌴 A chinese guide...

View Article


Akka Cluster migration to 2.6.0 => Nodes compatibility 2.5 and 2.6

@trndlz wrote: Hello everyone, I am currently responsible for the migration of Akka to version 2.6 on our app. We would like firstly to keep the “classic” Netty remote and migrate to Artery...

View Article

Testing Routes with XML body

@sfali wrote: Hello, I have an Akka Http server, some of the requests require the body to be in XML format. I am looking for a way to tests these routes from routes tests. In my case, I am creating...

View Article


Lazy eval of ProducerMessage.multi

@Elston15 wrote: Hi, I’m looking at transitioning an existing codebase to Alpakka Kafka and one of the requirements is that a single Kafka message can result in the output of 100k+ of Kafka messages....

View Article

Poor performance with Aeron IPC/UDP

@tipame wrote: Hi there! I’m trying akka cluster between actors running on one node (IPC). Transport: Aeron UDP (and IPC - with my pach for akka) MediaDriver: runs as sepparate process Serialization:...

View Article


The ShardCoordinator was unable to get an initial state

@Olafur wrote: Hi guys I recently updated my akka cluster to use a homebrewed implementation of the KeepMajority split brain resolver. After this update, I’m seeing an increasing amount of “The...

View Article

Problem Using getStrictText in handleWebSocketMessages for not stricted message

@maxim_goh wrote: Hello, I try to use Akka Http server with websocket handling in Java code. I’v used a handleWebSocketMessages directive as is in the akka doc. site:...

View Article

Postponing messages for future processing

@alexanderfinn wrote: We’ve just started designing an akka-based message processing system and there is one aspect that is not fully clear from the documentation. We have an Actor that effectively is...

View Article
Browsing all 1362 articles
Browse latest View live