Domenico Briganti

Results 9 comments of Domenico Briganti

Same issue here. Why don't move messages from offline queue to online queue in chunks?

Hi @Coduz, sorry for the late. I signed the ECA.

I all, I think this issue can be closed since #235 is merged.

@dmccown1500 thank you too!! it's magic!

Hi @cdmikechen, I think that the default strategy must depend on QoS. In QoS 0, loss of messages is allowed so the default should be *drop*, in other cases *buffer*...

The documentation about MQTT and QoS is very clear, in QoS 0 you can lose messages. I think that a WARN log where the buffer is full and the messages...

Hi @ozangunalp, I'm preparing a PR to VertX Mqtt Client to manage QoS 1 and 2 ACK so will be possible to manage the message flow. For this PR, sorry,...

hi @cdmikechen, QoS is not useful until the merge of https://github.com/vert-x3/vertx-mqtt/pull/235 and the follow update of this library. At this time, the client can be overwhelming from boker's messages. You...

I update my InfluxDB from 1.8 to 2.2.0. I create a new bucket since I want to change a very little bit my data, and I create a script to...