Mike Pilone
Mike Pilone
I'll take a look at the new features when I get a chance. A reliable topic may be interesting because it may map to the concept of durable subscribers but...
The current design dedicates a thread per HzMq context. So you can think of each context as a simple reactor that could have any number of consumers. So if you...
I pushed code to support a configurable dispatch strategy into the develop branch. I haven't done too much testing on it but you could give it a try to see...
The HzMq Camel component uses HzMq core for all the underlying messaging so if you configure your HzMq Instance to use the new reactor dispatch strategy and then set that...
I was able to reproduce the problem. I'll look into a fix. Thanks for the report.
It looks like Hazelcast registers its own shutdown hook that can (and normally does) get called before your hook, therefore by the time your hook runs the Hazelcast instance is...
I don't see the problem once I set the configuration property shown in my previous comment. Can you provide a test case that shows the problem even with the configuration...
The hazelcastmq-camel component should already support async processing. It doesn't implement the async interfaces directly, but Camel will wrap the component and handle all the async stuff under the hood....
I need SPI support on Pi5 to drive an SSD1306 OLED. I ended up on this ticket when I saw Pi4J doesn't support it yet. I don't have the time...
I created a PR for my implementation. As the PR says, it introduces a dependency on JNA and I only tested the write operations for use with an OLED. Use...