Open politrons opened 5 years ago
@politrons Did you register that descriptor when you called: https://cloudstate.io/docs/user/lang/java/api/io/cloudstate/javasupport/CloudState.html#registerCrdtEntity(java.lang.Class,com.google.protobuf.Descriptors.ServiceDescriptor,com.google.protobuf.Descriptors.FileDescriptor...)
The link(s) above no longer work. Hopefully these are useful:
https://cloudstate.io/docs/core/current/user/lang/java/crdt.html#registering-the-entity
Having a CRDT StatefulService, when I deploy one instance, everything work just fine, but once I deploy 2 replicas using
kubectl -n cloudstate scale deploy cloudstate-rest-connector-deployment --replicas=1
I receive this error in all pod instancesAny ides what's wrong?
Here my yaml file