MSK (Kafka)
Amazon MSK (Kafka) — clusters, configurations, and SCRAM secrets, verified against the kafka API model.
Quick start
# See /docs/services/ for SDK patterns; MSK (Kafka) uses the standard boto3 client.
Supported operations
17 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.
BatchAssociateScramSecret
BatchDisassociateScramSecret
CreateCluster
CreateConfiguration
DeleteCluster
DescribeCluster
DescribeConfiguration
DescribeConfigurationRevision
GetBootstrapBrokers
ListClusters
ListConfigurationRevisions
ListConfigurations
ListNodes
ListScramSecrets
ListTagsForResource
TagResource
UntagResource
CloudFormation
No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.
Known limitations
- Control-plane emulator — no Kafka broker runs in-process; GetBootstrapBrokers can return an external broker via MINISTACK_MSK_BOOTSTRAP / _TLS / _SASL_SCRAM / _SASL_IAM.
Source
ministack/services/msk.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.