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
Add the corresponding labels/tooltips and place the fields in the appropriate connector/action forms.
Expected behavior
Dashboard tooltips describe the restored max_linger_time behavior accurately, including that the wait also applies to memory-mode buffers and ends early when a full batch is accumulated.
The v6 Kafka, Confluent, and Azure Event Hubs configuration forms expose the new connector/action options with descriptions consistent with the EMQX schema.
Summary
Keep the Dashboard configuration UI aligned with the Kafka producer schema and description changes in EMQX 5.8, 5.10, and v6.
Required changes
EMQX 5.8 and 5.10
max_linger_timetooltip for Kafka producer integrations to match the current producer behavior documented in docs(kafka): update max_linger descriptions for wolff 4.1.11 behavior emqx#18101.max_linger_bytesdescription where it is exposed, since the reference PR updates both linger descriptions together.EMQX v6
max_linger_timeand related linger-description updates.max_batch_age(default:infinity)max_retries(default:infinity)reconnect_delay(default:2s)request_timeout(default:30s)Expected behavior
max_linger_timebehavior accurately, including that the wait also applies to memory-mode buffers and ends early when a full batch is accumulated.References