testcontainers / testcontainers/testcontainers-python

Feature: Implement Azure Event Hubs

Aperta
#713 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

🤝 contributions are welcome 🚀 enhancement
Lingua principale
Python
Stelle
2.3k
Fork
386
Merge medio
4h 40m
PR unite (30g)
1

Descrizione

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;

  1. Cost Efficiency
    • Developers can test their applications locally without incurring costs associated with using the actual Azure Event Hubs service.
  2. Isolation & Consistancy
    • It allows for isolated and consistent testing environments
  3. 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

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia leggendo la panoramica collegata dell'emulatore Azure Event Hubs e della configurazione Docker, quindi confronta i moduli dei container di test già presenti nel repository. Determina come avviare insieme l'emulatore e il relativo storage dei checkpoint Azurite richiesto, e usa l'esempio Python collegato per definire il comportamento previsto dell'integrazione. Il lavoro è completo quando è disponibile un container di test Azure Event Hubs utilizzabile, con supporto per lo sviluppo e i test locali.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
azure, docker, python
Ambito
cloud, devtools, testing
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.