sophokles73 on master
Adapt to Hono 2.0.0 chart Sign… (compare)
properties
dict with keys to
and subject
but it seems that qpid wants it as separate properties address
and subject
directly (see here: https://qpid.apache.org/releases/qpid-proton-0.32.0/proton/python/docs/proton.html#proton.Message)
ttd
set
QuarkusMqttProtocolAdapterProperties
but couldn't find where this was populated. Do I have to provide the configuration in a different way for these quarkus containers?
hono.lora.commandEnabledTenants
. I was wondering why this is required in the quarkus version?LoraProtocolAdapterOptions
configuration class where the corresponding property is not optional. Anyway, it looks like LoraProtocolAdapterProperties.getCommandEnabledTenants()
is never used anywhere in the Lora adapter so I guess we can simply remove the configuration property altogether.