JoeHegarty on v2.0.0a12
Version 2.0.0a12 (compare)
brettmorien on master
Remove demo test app and webpag… (compare)
JoeHegarty on master
Client should expose shared and… (compare)
JoeHegarty on master
Update Orbit 1 link (compare)
brettmorien on master
Include grpc health check probe… (compare)
JoeHegarty on master
Version 2.0.0a11 Mainline to 2.0.0a12-SNAPSHOT (compare)
JoeHegarty on v2.0.0a11
JoeHegarty on master
Intrduce actor context Merge branch 'master' of github… (compare)
brettmorien on master
Grpc health check interface hoo… (compare)
JoeHegarty on master
Allow custom construction for a… (compare)
JoeHegarty on master
Introduced node status Merge branch 'master' of github… (compare)
brettmorien on master
Introduce temporary startup del… (compare)
brettmorien on master
Renew addressable leases in dem… (compare)
JoeHegarty on master
Make etcd cleanup frequency con… Merge branch 'master' of github… (compare)
brettmorien on master
Change URI class representation… (compare)
JoeHegarty on master
Fix license detection (compare)
JoeHegarty on master
Update readme to show correct a… (compare)
JoeHegarty on v2.0.0a10
JoeHegarty on master
Version 2.0.0a10 Mainline to 2.0.0a11-SNAPSHOT (compare)
JoeHegarty on master
etcd node directory no longer t… (compare)
has anyone tried to use Orbit in a single JVM, without JGroup and Infinispan. We are trying to migrate to Orbit, but it is a little tricky/dangerous to move to Orbit Redis Cluster from get go. We would like to ensure that everything works in "single" node mode and then add clustering.
For example we have a cluster where each node runs a JVM with Orbit, but each node is independent and we use LB and sticky sessions to route the requests. Once we prove that this works, we remove sticky sessions and enable Orbit Clustering to rely on Orbit for finding the actors in the clusters