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
docs: update Kafka connection examples for BOOTSTRAP BROKER syntax
Updates user-facing documentation to show the new BOOTSTRAP BROKER
and MATCHING broker rules syntax for Kafka PrivateLink connections.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
`AWS PRIVATELINK` | object name | ✓ | The name of an [AWS PrivateLink connection](#aws-privatelink) through which network traffic for this broker should be routed.
350
-
`AVAILABILITY ZONE` | `text` | | The ID of the availability zone of the AWS PrivateLink service in which the broker is accessible. If unspecified, traffic will be routed to each availability zone declared in the [AWS PrivateLink connection](#aws-privatelink) in sequence until the correct availability zone for the broker is discovered. If specified, Materialize will always route connections via the specified availability zone.
376
+
`AVAILABILITY ZONE` | `text` | | The ID of the availability zone of the AWS PrivateLink service in which the broker is accessible.
351
377
`PORT` | `integer` | | The port of the AWS PrivateLink service to connect to. Defaults to the broker's port.
352
378
353
379
##### Example {#kafka-privatelink-example}
@@ -388,13 +414,6 @@ PrivateLink connection and the port of the bootstrap server instead.
`AWS PRIVATELINK` | object name | ✓ | The name of an [AWS PrivateLink connection](#aws-privatelink) through which network traffic for this broker should be routed.
396
-
`PORT` | `integer` | | The port of the AWS PrivateLink service to connect to. Defaults to the broker's port.
397
-
398
417
##### Example {#kafka-privatelink-default-example}
0 commit comments