Hi there,
how does the data broker microservice treat processing modes? Does the subscribing end receive transient messages as transient? And quiescent messages are not forwarded?
Cheers,
André
Hi there,
how does the data broker microservice treat processing modes? Does the subscribing end receive transient messages as transient? And quiescent messages are not forwarded?
Cheers,
André
Hi Andre,
all the messages are being forwarded with respect to connector filter definition, and with the same processing mode as the data was handled in source tenant. So with your example creating an event with header X-Cumulocity-Processing-Mode=QUISCENT will result in forwarding this event to target using the same QUISCENT processing mode.
That works the same with both REST and core MQTT. Microservice based reliable databroker implementation also behaves the same.
Regards,
Tomasz