You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The in #1548 added new connection type "hono" does not support configuring the Hono tenant.
Without the tenant, it is not possible to connect to the correct Kafka topics which Hono publishes to / consumes from for each tenant.
Before releasing 3.2.0, this must be able to be configured,
My proposal is to simply use the connection's connectionId to use as the Hono tenantName - that way no additional configuration is needed.
The text was updated successfully, but these errors were encountered:
The in #1548 added new connection type "hono" does not support configuring the Hono tenant.
Without the tenant, it is not possible to connect to the correct Kafka topics which Hono publishes to / consumes from for each tenant.
Before releasing 3.2.0, this must be able to be configured,
My proposal is to simply use the connection's
connectionId
to use as the HonotenantName
- that way no additional configuration is needed.The text was updated successfully, but these errors were encountered: