Asim Aslam

Results 196 comments of Asim Aslam

Wrong username. Please use the right handle so I don't get notified.

So go-micro is an rpc framework and there is a streaming functionality built in but it's you know rpc based meaning the underlying transport is some sort of standard http...

If you're using nats with go-micro then essentially that part can't use SSE because of the nats transport. So SSE has to be some additional server as you're running now....

It's an interesting setup. There's all sorts of things we could do. I think at the basic level if we had SSE support in the web package that might be...

I can't remember the code for nats specifically but it could.be that across restarts the registry is being polluted by dead nodes. Ensure you're using heartbeat and ttls for expiry...

If you look at the nats registry code in the plugins repo you'll notice that deregistration has no form of broadcasting. So effectively it can result in dead nodes. It's...

If it's related to all registries then it's an issue with shutdown and services not getting the time to deregister. It can happen if they are killed without a termination...

Then the issue is likely with your custom selector I guess. What are you using?

Ok so assuming this is a self healthcheck I guess the assumption is going to be the error could potentially occur before the service actually registers if the request to...

How often is the healthcheck fired?