Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
48 views

For simplicity, we have ff info: Command1(name: String) State1 Event1(name: String) State2(data1: String, name: String) I wanted to display the person's gender in State2 and for that to work I need ...
Rye's user avatar
  • 495
-1 votes
1 answer
101 views

I am currently trying to implement a git like storage with akka event sourcing in combination with CQRS. The write path is implemented via an EventSourcedBehavior actor (will refer to it as ...
0 votes
1 answer
66 views

I started a ODL(opendaylight) cluster with the following akka config: enter image description here So, the nodes(11.128.83.43, 11.128.83.33, 11.128.83.32) make up a cluster, 11.128.83.43 is member-1, ...
0 votes
1 answer
132 views

I have akka microservice, for DB I use config like: companyname.db { profile = "slick.jdbc.MySQLProfile$" db { driver = "org.mariadb.jdbc.Driver" url = "jdbc:mysql:...
FrancMo's user avatar
  • 2,789
0 votes
0 answers
79 views

I am experimenting with the currentEventsByPersistenceId query from akka-persistence-query to retrieve and process events stored in the messages table. However, I've encountered an issue where the ...
1 vote
1 answer
126 views

Suppose in application office there are two EventSourcedBehavior actors trait OfficeFridgeCommand case object OpenFridge extends OfficeFridgeCommand case object CloseFridge extends OfficeFridgeCommand ...
0 votes
1 answer
141 views

I have an application that uses Akka along with Cassandra for Event Sourcing. As part of an API response, I need to show the number of events of a specific type/tag (say UpdateEvent) that happened at ...
-1 votes
1 answer
69 views

In Akka i'm creating a custom serializer for my app that sometimes go to cassandra database to fetch something. To do this a repository is created and then is registered via Akka Extension to actor ...
1 vote
2 answers
474 views

I'm using Akka actor system with version 2.7.0 and we are facing memory leak issue as below: When the process gets completed, memory is not getting free and below are two potential causes: enter ...
0 votes
1 answer
155 views

I have one "use case" that I would like to test. This one returns a zio.IO resulting from a call to an Actor (scala.concurrent.Future). And, I would like to use ScalaTest's AnyWordSpec. ...
0 votes
0 answers
215 views

I am using the Play Framework 2.8.18 and I am trying to use akka's Durable State Feature. This is my implementation so far: public class CompanyActorTest extends DurableStateBehavior<...
0 votes
1 answer
116 views

I have one question about akka-persistence and event migration. I do have read the "Schema Evolution for Event Sourced Actors" chapter. However, this does not give an answer to my question. ...
0 votes
1 answer
472 views

Is it possible to find what caused the circuit breaker to open? Per Akka documentation https://doc.akka.io/api/akka/current/akka/pattern/CircuitBreakerOpenException.html, the default message "...
1 vote
2 answers
85 views

I am interested in understanding the work pull feature in akka. I am trying to create a main method for the example provided that will create and start the producer(ImageWorkManager class in the ...
0 votes
1 answer
134 views

I am new to Akka Projection + Akka Serialization, I applied official shopping cart 6th tutorial into my own project, and at first shot jvm crashed. I wish to know where should I look into. Event ...

15 30 50 per page
1
2 3 4 5
...
21

AltStyle によって変換されたページ (->オリジナル) /