Aryan Godara
Aryan Godara
> @AryanGodara Can you please check why CI is failling? Yes, I'm working on it. the error is related to sync.mutex. I'm working on it
It seems to be working now, Manual Test: ``` $make run $ ./mainflux-cli provision test (To get readymade thing and channel, that are connected (saves time on doing manually) $...
Closing this issue, since the implementation for unification has failed for now. The three implementations: nats, rabbitmq, and mqtt are very different, and the small parts of repetitive code, where...
https://github.com/AryanGodara/mainflux/tree/nats-jetstream-test/pkg/messaging/nats https://github.com/AryanGodara/mainflux/blob/nats-jetstream-test/docker/docker-compose.yml https://github.com/AryanGodara/mainflux/blob/nats-jetstream-test/docker/nats/nats.conf ^Changes I made to nats broker, to try out jetstream. Links to pages I found, discussing the issue, similar to what we're facing (slow subscriber, message dropping)...
Hi @tabaktoni ; Can I work on this issue? I've been reading up on the repo, for some time now. I initially saw it on OnlyDust, and asked @ivpavici if...
@ivpavici Thanks for assigning this to me. :D I won't be able to get to it before coming Monday, because of some other obligations 😅 But this is in my...
@pitag-ha Can I work on this alongside #3 (I'll learn about the codebase as I work on both together, and write the docs)
> Hi @Mojoeffect, please what's the name of the book you are using to study OCaml? Hey @kamtoeddy , most people are offline during the weekend I think :D In...
Hi @Manav-Aggarwal & @S1nus, ser this looks like a big task and somewhat related to #1320, as well as other issues. I have past experience writing tests for distributed systems...
> Hey @AryanGodara, thanks for offering to contribute on this! I revisited this and seems like a lot of the first part of this issue was done in https://github.com/rollkit/rollkit/pull/1306. >...