How to call http endpoint from actor?
How to call http endpoint from actor? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 6 posts - 2 participants Read full...
View ArticleWhat is the documentation for GrpcClientSettings?
What is the documentation for GrpcClientSettings? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 2 posts - 2 participants...
View ArticleWhat are rust edge services?
What are rust edge services? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 2 posts - 2 participants Read full topic
View ArticleWhat does "StreamTcpException: The connection actor has terminated. Stopping...
Hi folks, I maintain an akka-cluster–sharding service that reads events from an sqs queue, and performs external requests to about 4 other services for validation, aggregation, etc and keeps all of...
View ArticleHow to create a tpc serversocket in java?
How to create a tpc serversocket in java? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 2 posts - 2 participants Read...
View ArticleHow Akka's Active-Active Replication ensures data consistency across...
How Akka’s Active-Active Replication ensures data consistency across geographically distributed edge locations? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI...
View ArticleHow do I load balance incoming messages onto the nodes of the Akka cluster?
How do I load balance incoming messages onto the nodes of the Akka cluster? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the...
View ArticleHow does ActorSelection in Akka work?
How does ActorSelection Akka work? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 4 posts - 2 participants Read full topic
View ArticleHow it the illegal user-agent header used?
How it the illegal user-agent header used? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 4 posts - 2 participants Read...
View ArticleHow to use alpakka kafka connection-checker?
How to use alpakka kafka connection-checker? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 6 posts - 2 participants Read...
View ArticleHow to create versioned endpoints using Akka HTTP?
How to create versioned endpoints using Akka HTTP? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 6 posts - 2...
View ArticleWhat is a default rejection for http methods not found?
What is a default rejection for http methods not found? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 2 posts - 2...
View ArticleR2DBC Projections: Use read only hot standby replicas for projections query
Hi, as far as I can tell there’s no way to configure a separate connection factory to be used for the query side of r2dbc projections. There’s only akka.projection.r2dbc.use-connection-factory which...
View ArticleWhich kind of signal can be managed in akka?
Which kind of signal can be managed in akka? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 12 posts - 2 participants...
View ArticleQuestions about Akka dispatcher terminology
Explain these terms in simple terms. With some real life example, how parallelsm factor involves the pool size growth parallelism-min = 2 parallelism-factor = 2.0 parallelism-max = 10. 10 posts - 2...
View ArticleWith akka typed how can an actor sent message to itself periodically?
With akka typed how can an actor sent message to itself periodically? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 13...
View ArticleSystem is terminated as expected or crashed?
In graceful shutdown, is it possible to know whether the system is terminated as expected or crashed due to unexpected error? This topic is based on a conversation between an anonymous user of Akka...
View ArticleHow does using a balancer differ from using Sink.forEachParallel?
How does using a balancer differ from using Sink.forEachParallel? This topic is based on a conversation between an anonymous user of Akka and our “Ask AI about Akka” bot in the documentation. 2 posts...
View ArticleNo envelope received in Akka projection when I delete a durable state
Hello, I am using Akka projection (1.5.4) with JDBC (PostgreSQL). My source is DurableStateSourceProvider.changesByTag. I get a DurableStateChange.UpdatedDurableState envelope when I do an...
View ArticleAkka cluster tls tcp configuration
Hi, I am trying to set a cluster with tls tcp transport with no success.(the nodes in the cluster communicate succesfully with tcp transport(I am new to the X509 certificates) I found the following...
View Article