Michael Dombrowski

Results 51 comments of Michael Dombrowski

@andsel what version of Moquette is supposed to fix this problem?

Thank you @andsel. Does only 0.17 fix this problem? Because the release notes for 0.16 makes it sound like this should be fixed there.

Hi, Using environment variables is the correct way to do this. Trying to pass it over the command line instead will have a lot of issues with length and shell...

You may also use Greengrass IPC to read configuration. https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-component-configuration.html#ipc-operation-getconfiguration This would be my recommendation. Write a python (or language of your choice) component which pulls the config using IPC...

I have created a request on the container roadmap: https://github.com/aws/containers-roadmap/issues/1589 Please react to it with 👍 so that it may be appropriately prioritized for consideration.

Same problem. ``` ./graalvm-ce-java8-21.2.0-dev/bin/native-image -cp . Scratch [scratch:16069] classlist: 6,928.44 ms, 1.32 GB [scratch:16069] (cap): 474.95 ms, 1.37 GB [scratch:16069] setup: 2,107.98 ms, 1.81 GB [scratch:16069] (clinit): 117.93 ms, 1.85...

We're hoping to get to this in the coming months, but cannot provide any ETA or guarantees at this time. This issue will be updated when there is more to...

Closed with the implementation of MQTT 5 client in Nucleus which will be released soon and will properly log and signal a subscription failure (and won't retry forever).

@cgddrd-gardin Please file a ticket with AWS Support for assistance with any issues. Ensure you are using the very latest version available (Nucleus 2.10.3) first. Closing this issue as lacking...