https://github.com/compose-x/cfn-kafka-admin
CLI and Lambda functions to manage Kafka Topics, ACLs and Schemas in AWS CFN
https://github.com/compose-x/cfn-kafka-admin
aws aws-cloudformation kafka-cluster
Last synced: 12 months ago
JSON representation
CLI and Lambda functions to manage Kafka Topics, ACLs and Schemas in AWS CFN
- Host: GitHub
- URL: https://github.com/compose-x/cfn-kafka-admin
- Owner: compose-x
- License: mpl-2.0
- Created: 2021-10-29T07:06:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:23:36.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T00:45:51.918Z (12 months ago)
- Topics: aws, aws-cloudformation, kafka-cluster
- Language: Python
- Homepage:
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
===============
cfn-kafka-admin
===============
------------------------------------------------------------------------------
CLI Tool and Lambda Functions to CRUD Kafka resources via AWS CloudFormation
------------------------------------------------------------------------------
|PYPI_VERSION|
|FOSSA| |PYPI_LICENSE|
|CODE_STYLE| |TDD|
.. image:: https://codebuild.eu-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiY2xwc0NER1JuU1J3MThYczhFMDJLWlQxWGpoRnhNWHNtbGN1NGpVMVNTMk12UlQxdWVlZ2w5YnhPQzhkMnV4cTI0S0tIdTRyTmRHWWErWXJPNWFpcWlzPSIsIml2UGFyYW1ldGVyU3BlYyI6IkxaRGZCMW1KbVE1RWRJYjciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main
:target: https://eu-west-1.codebuild.aws.amazon.com/project/eyJlbmNyeXB0ZWREYXRhIjoibVAvWVBBNjZlNWFwTWEwSEdWcGx6MWpudy9KeEZTb1lXdWFuQ3FwbjJCRTBnc1lyZm41eHRqV2k0bDN6UTBmaEpJMGd0Y3I3Vm5kTGtZQzc1b25Uckxxd3hERzlpSzJndVFOekJUR0NMM0V0YXljSWx4Yjc2YmJpUzlZM01RPT0iLCJpdlBhcmFtZXRlclNwZWMiOiI3bnllb1dlbU8rZis1ekh5IiwibWF0ZXJpYWxTZXRTZXJpYWwiOjF9
Manage Kafka resources via AWS CFN
===================================
* Topics
* ACLs
* Schemas (non AWS Glue Schema)
.. |PYPI_VERSION| image:: https://img.shields.io/pypi/v/cfn-kafka-admin.svg
:target: https://pypi.python.org/pypi/cfn-kafka-admin
.. |PYPI_LICENSE| image:: https://img.shields.io/pypi/l/cfn-kafka-admin
:alt: PyPI - License
:target: https://github.com/compose-x/cfn-kafka-admin/blob/master/LICENSE
.. |PYPI_PYVERS| image:: https://img.shields.io/pypi/pyversions/cfn-kafka-admin
:alt: PyPI - Python Version
:target: https://pypi.python.org/pypi/cfn-kafka-admin
.. |PYPI_WHEEL| image:: https://img.shields.io/pypi/wheel/cfn-kafka-admin
:alt: PyPI - Wheel
:target: https://pypi.python.org/pypi/cfn-kafka-admin
.. |FOSSA| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcompose-x%2Fcfn-kafka-admin.svg?type=shield
.. |CODE_STYLE| image:: https://img.shields.io/badge/codestyle-black-black
:alt: CodeStyle
:target: https://pypi.org/project/black/
.. |TDD| image:: https://img.shields.io/badge/tdd-pytest-black
:alt: TDD with pytest
:target: https://docs.pytest.org/en/latest/contents.html
.. |BDD| image:: https://img.shields.io/badge/bdd-behave-black
:alt: BDD with Behave
:target: https://behave.readthedocs.io/en/latest/