https://img.shields.io/pypi/v/ecs_composex_msk_cluster.svg

This package is an extension to ECS Compose-X to create or use AWS Managed Kafka Clusters (MSK).

Installation

python3 -m venv venv
source venv/bin/activate
# With poetry

pip install pip poetry -U
poetry install

# Via pip
pip install pip -U
pip install ecs-composex-msk-cluster

Usage

To use this module, after installing it, set x-msk_cluster in your docker-compose file, and link your services to it. For example, with the Conduktor Platform

ecs-compose-x render -d templates -f use-cases/conduktor.yaml -p conduktor-msk-iam

Indices and tables