Lev
Lev
@jupenur @hanzei @asatkinson a gentle ping?
It looks like maybe this was affected by incompatibilities related to creating a Bot account. Perhaps try re-building with the latest mattermost-server?
@li1786422 Apologies if I am misunderstanding your issue, but it _seems_ to me that you want your stream configured with a `js_InterestPolicy` if you want the messages to be removed...
@li1786422 Thank you for providing the code snippets, they should help to understand/fix the issue. Unfortunately they seem to be encoded and I can't see them when downloaded. Do you...
@li1786422 maybe unrelated, but in https://gist.github.com/li1786422/ef00570081dca4d414ae9095bacfba65#file-subscribecode-txt-L96, was it supposed to be `3`?
I got the samples and the data, sorry was distracted with another big and didn't get a chance to review it in detail. On Fri, Oct 27, 2023, 5:45 PM...
@geiseri Can you please elaborate, why use NATS microservices for this use case, rather than a "regular" NATS async subscription? What services framework features are valuable? Stats/monitoring? Error handling?
micro-args was kind of a stop-gap TBH, for examples only. I will move it there.
Moving `micro_args.*` to `./examples` would be rather involved since the `CMakeLists.txt` builds an executable for every `.c` file. Moving `micro_args.h` only, and leaving `micro_args.c` in `./src` can be confusing. 0/5...
I agree. For now, I am proposing a PR that moves all this serialization business into a single .h file under examples. Will make `Help wanted` tickets for more, simpler...