Carsten Lohmann

Results 102 comments of Carsten Lohmann

> We already apply that pattern for negative acknowledgements so why not use it for positive acks as well? The request message could include a property _ack-required_ which would instruct...

Linking related mailing list discussion: https://groups.google.com/g/vertx/c/cA_MBo2ljME @vietj Any news on this?

Seeing that the `ProtonTransport` instance really becomes broken (and a memory leak) if there is an event handler repeatably throwing an exception (as the corresponding event is not removed from...

This is relevant when using the [end-of-file-fixer](https://github.com/pre-commit/pre-commit-hooks#end-of-file-fixer) pre-commit hook. The two newlines will cause the hook to fail.

I agree that using the embedded cache option and thereby only allowing one Command Router instance doesn't fit well with Hono's overall focus on scalability. For deployments using only telemetry/event...

@sophokles73 I'm going to look into the distributed cache option, yes.

@sophokles73 I've gotten the distributed cache option to work. This doesn't require changes in Hono itself, it only means configuring the embedded cache manager to use a corresponding configuration file,...

Also massive CPU usage here - all 4 Cores had 80% load (Intel i5)! And deletion was very slow - deleting a total of 140 files in over 3min. (Pause...

Ok. Then I think it would be good to add a note in the [manage connections](https://eclipse.dev/ditto/connectivity-manage-connections.html) documentation about the possibility to use `PUT /api/2/connections/my_id` to create a connection (also adding...