Creating a Private Link from DeltaStream to Amazon MSK
Before You Begin
Creating a Private Link
CREATE AWS PRIVATE LINK msktest
WITH ('private_link.target_type' = MSK_PRIVATE_LINK,
'private_link.msk_cluster_arn' = 'arn:aws:kafka:us-east-1:123456789123:cluster/ds-cc118-stage-he17-0/349e3343-1547-458a-86ab-7d4b424288f9-8',
'private_link.msk_auth_type' = MSK_AUTH_SASL_IAM,
'private_link.hosts' (
'b-1.iam.dscc118stagehe170.f4tzmf.c8.kafka.us-east-1.amazonaws.com:14001' USING PORT 14001 IN 'use1-az6'));Section 1: Enable Multi-VPC Configuration (private link) for AWS MSK

Section 2: Writing the SQL Statement in DeltaStream to Create the Private Link
Section 3 – Establishing Private Link Connectivity Between the DeltaStream Platform and the MSK Cluster

Verifying Private Link Connectivity

PreviousEnabling Private Link Connectivity to Confluent Enterprise Cluster and Schema RegistryNextCreating a Private Link for RDS Databases
Last updated

