rampratapa

Results 9 comments of rampratapa

Good morning, Initially I was using the approach you suggested, The following is to get the NATs options and created the NAT connection ```c# private Options GetOpts(string natUrl) { var...

good afternoon, I have executed a performance test the following are the details The Stan options set are: ``` StanOptions cOpts = StanOptions.GetDefaultOptions(); // cOpts.NatsURL = natUrl; var natConnection =...

Colin, Good evening, Thank you for your response. I have the following setup. I have deployed the NATS and STAN in AKS using the following steps ( Though I wanted...

Colin, good evening, I made the changes and ran the load test and the subscribers are going down and they are not processing messages as it is not able to...

Colin, Good evening, I am enclosing the three pods stan log files. The client connection is not stable and it disconnects after processing around 30K messages and here are the...

Colin, good evening, here is the log from stan and my observation **The following is publisher** _2020/10/04 03:00:34.108025 [TRC] STREAM: [Client:proxy-96] Received message from publisher subj=trackmessagenet guid=7YMN1B659T8O712ZCXT02H 2020/10/04 03:00:34.111173 [TRC]...

Colin, Good evening, Thank you for the quick response, I am using STAN.Client 0.2.1 which is referring NATS.client 0.10.0. I will spend some more time tomorrow to correlate the events...

@kozlovic , good morning, Yesterday I spent my time on researching grpc related issue and I could not get time to look into NATS, I will be working on this...

@ColinSullivan1, good evening, I am using the following Nuget package for STAN this pulls, NAT 0.10.0, where can I find latest STAN client that refers NAT 0.10.1 so that I...