b1ackd0t
b1ackd0t
Signed-off-by: 0x6f736f646f ### What does this do? Remove the user logically. I have added a new field called active so when we remove the user we set the value to...
Signed-off-by: b1ackd0t ### What does this do? Combines the query parameters to PageMetadata such that we don't need to pass Offset, Limit e.t.c but we pass the PageMetadata that contains...
### What does this do? Adds Kafka support. Since we are introducing a multi-broker system, we need to add support for Kafka. This allows us to use Kafka as a...
**FEATURE REQUEST** 1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the the existing issue, otherwise proceed to step 2. 2....
**Is your feature request related to a problem? Please describe.** If we have a reaction wheel or a TVC is there a way we can be able to determine the...
### What does this do? Fixes topic parsed when using rabbitmq message broker ### Which issue(s) does this PR fix/relate to? Resolves #1654 ### List any changes that modify/break current...
**BUG REPORT** 1. What were you trying to achieve? To send messages between different adapters for instance sending using mqtt and receiving using coap while using RabbitMQ as the internal...
## Description of changes This PR adds a pre-commit hook to the project. This hook runs before each commit and checks the code for any formatting or syntax errors. If...
Fix the following error ```bash mainflux-mqtt | {"level":"warn","message":"Failed to unmarshal received message: proto: cannot parse invalid wire-format data","ts":"2023-10-25T06:44:27.506603048Z"} ``` A possible reason behind it is the failure to decode Payload...
### What were you trying to achieve? Test coap server with TLS i.e providing certificate and key ### What are the expected results? To work with TLS ### What are...