testcontainers / testcontainers/testcontainers-python
Feature: Implement Azure Event Hubs
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 2.3k
- Forks
- 386
- Merge medio
- 4 h 40 min
- PR fusionados (30 d)
- 1
Descripción
What are you trying to do?
Since the 11th of June, it is possible to emulate azure eventhubs. The intention of this enhancement is to implement an Azure Event Hubs test container to facilitate local development and testing of applications that interact with Azure Event Hubs. This allows developers to simulate the behavior of Azure Event Hubs without needing access to the actual cloud service, thereby improving development efficiency and reducing costs.
Why should it be done this way?
Benefits of a feature as such, are comparable to the other testcontainer modules;
- Cost Efficiency
- Developers can test their applications locally without incurring costs associated with using the actual Azure Event Hubs service.
- Isolation & Consistancy
- It allows for isolated and consistent testing environments
- Offline development
- Enables development and testing in environments without internet access
Beside the benefits, it is not that trivial to set it up with the generic containers as it needs some dependencies like a checkpoint storage in the form of an Azurite container.
Other references:
See:
- An overview of the newly implemented azure eventhub emulator
- An explaination on how to facilitate the emulator on your local machine
- An example for python
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza leyendo la descripción general enlazada del emulador de Azure Event Hubs y la configuración de Docker; después, compara los módulos de contenedores de prueba existentes en el repositorio. Determina cómo deben iniciarse conjuntamente el emulador y su almacenamiento de checkpoints de Azurite requerido, y utiliza el ejemplo de Python enlazado para definir el comportamiento esperado de la integración. La tarea estará terminada cuando exista un contenedor de prueba de Azure Event Hubs utilizable, con soporte para el desarrollo y las pruebas locales.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, docker, python
- Área
- cloud, devtools, testing
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100