-
env vars like CID or PID or SECRET should have some level of consistency....
```
BEAM_CID
BEAM_PID
BEAM_SECRET
```
etc...
We should take 2.0 as an opportunity to rename all these config opt…
-
### Describe the bug
When reading cached results with a large number of concurrent reads, contention on a tokio mutex dominates some of our traces, increasing latency more than 100ms in some cases.
I…
-
As defined here:
https://cultured-pyrite-b40.notion.site/D-Interface-20a0b5b812bd8094a98ed70c70be271c?pvs=97#20e0b5b812bd800a945dee06711cef30
-
MicroserviceManagerGUI allows to modify the configuration easily. But there is no consistency check for the entries made. When editing the json file by test editor it becomes even worth. Issue https:/…
-
The traffic light devices from Cleware use the same API as Switch and Multiplexer. Therefor they should also be supported by microservice
https://www.cleware-shop.de/epages/63698188.sf/de_DE/?ObjectP…
-
**Is your feature improvement request related to a problem? Please describe.**
The current implementation of applying a C8y_DeviceProfile to a set of operations uses the fixed order;
1. firmware
2. …
-
It would be amazing if it was possible to set flow control at the Pub/Sub client level.
We have a microservice architecture, where a service could subscribe to many topics A challenge with subscripti…
-
### What happened?
Following Pulumi TS code:
```typescript
import * as pulumi from "@pulumi/pulumi";
import * as port from "@port-labs/port";
const microservice = new port.Blueprint("microservice",…
-
currently micro service related repositories and processes (e.g. pypi release) are part of RobotFramework AIO build.
ToDo:
separate all micro service related repositories and process and use/execu…
-
From the doc I cannot find out a clear answer to the following questions:
1. Is a Kafka environment needed for pydbengine to run or is this project "Kafka less" (that would be a dream)
2. Is the JVM …