Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Storing all Messages in Database - Avoiding Single Subscriber `#` Anti-pattern

Would it be correct to say that code that pushes message to the
database has to be added somewhere around here:
https://github.com/eclipse/mosquitto/blob/master/src/read_handle.c#L217,
i.e. in function mqtt3_handle_publish() if publish has been accepted.

That looks right to me, but Roger is the person to consult on this.

Out of curiosity, what is the message throughput you cater for? And is
it in single-node scenario or in bridged mode?

Bridged and very low volume, around a dozen messages/s

	-JP



Back to the top