Charles Hunt
Charles Hunt
I have a case class for mapping rows that contains 43 fields. When I remove the last few fields so the case class only has 35 the error below goes...
The graph api core methods are there, but still need modify and replace for edges and vertices
We want to be able to track and view the history of the cluster as it progresses through time to debug and diagnose issues. - For now, save in memory...
This feature will display Akka cluster configuration information in the UI. - As an end user, I want to the ability to see the Akka cluster configuration without having to...
Use details in https://github.com/Headstorm/shukra/issues/12 perform this task.
This feature will display Akka Sharding information such as Shard Region names, Shard identifiers, number of entities and so on. - As an end user, I want to see the...
This feature will provide the ability to find a Shard in an Akka cluster, if its name is known using a search box preferably. - As an end user, I...
This feature will provide the ability to visualize details of traffic flow across the cluster at node level as well as actor level. - As an end user, I want...
This feature will provide the ability to visualize the state of any given actor that is present in the Akka cluster. - As an end user, I want to retrieve...
Commands are the messages that get sent to an actor and trigger some behavior. Events are generated based on commands and cause the state of the actor to change. This...