Chad Chatfield
Chad Chatfield
@derekcollison I received the same error for consumer stalled. ``` JetStream cluster consumer '$G > configuration > admin_CreateAdminUserCommand_firebase_CreateAdminUser' has NO quorum, stalled. Healthcheck failed: "JetStream consumer '$G > configuration >...
On version 2.8.1 and experiencing the log flooding as well ``` [535] 2022/05/02 15:37:09.351378 [WRN] RAFT [cnrtt3eg - C-R3F-C4IFG7Z8] Expected first catchup entry to be a snapshot and peerstate, will...
Thank you for the explanation. I had deleted the pvc and restarted the pod and the error went away. I will try your suggestion the next time. @derekcollison is there...
[Caveat] I just started using NATS, so definitely not an expert at running. I also know the setup below is not optimal, but it is a dev env and I...
Correct. I have 10s of projects with 3 that have the k8s engine api enabled
@ricoberger Tried to add via beta and received the following message.  Could not load clusters type 'Null' is not a subtype of type 'Iterable' More than happy to test...
Here is the log. I removed the old config and the tried to add the new config but the new one is not persisted. No message, just back to the...
As a workaround, I think you can directly start the firestore with the --webchannel_port flag Usage: cloud-firestore-emulator [options] Options: --functions_emulator The HTTP host and port of the Functions Emulator. (e.g....
While not the original poster, I am using the emulator in a container hosted in k8s. I am also using port forwarding to expose the web ui. I restart the...
@liufuyang Adding optional to the proto definition seems to work for proto3 - https://protobuf.dev/reference/go/go-generated/#singular-scalar-proto3 optional int32 offset = 2;