Deepak Sah
Deepak Sah
Added default implementation for `Formatter` interface. Fixes: #69
I would suggest to remove inline styling. It would make the code much more cleaner.
## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [ ] Included `nats-server -DV` output - [x] Included a [Minimal, Complete, and...
`nat-server version`: 2.8.4 Steps to reproduce: 1. Create an account with JetStream enabled 2. Create a stream and publish some data 3. Delete the account by publishing to `$SYS.REQ.CLAIMS.DELETE` 4....
## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [x] Included `nats-server -DV` output - [x] Included a [Minimal, Complete, and Verifiable...
My use case: I have a shared subscription with a bunch of consumers. Suppose, all the consumers die and there are messages still being published to the topic. When a...
Hi, I'm using node pulsar client to publish messages on a partitioned pulsar topic with 100 partitions. I'm spawning 20 node processes and reusing the same producer(I'm not closing the...
When a creds file is using `-----BEGIN USER PRIVATE KEY-----` for seed decoration, the python client is not able to decode the seed and fails with: ``` Traceback (most recent...
### steps to reproduce ``` import asyncio from time import sleep import nats async def main(): # url = ['nats://localhost:5222, nats://localhost:4222, nats://localhost:6222'] nc = await nats.connect('nats://localhost:4222', user_credentials="user.creds") # create js...