testcontainers / testcontainers/testcontainers-python

Feature: Implement Azure Event Hubs

オープン
#713 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

🤝 contributions are welcome 🚀 enhancement
主要言語
Python
スター
2.3k
フォーク
386
平均マージ
4時間 40分
マージ済み PR(30日)
1

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、リンクされている Azure Event Hubs エミュレーターの概要と Docker のセットアップを読み、次にリポジトリに既に存在するテストコンテナーのモジュールと比較します。エミュレーターと、それに必要な Azurite のチェックポイントストレージを一緒に起動する方法を確認し、リンクされている Python の例を使って統合に期待される動作を定義します。Azure Event Hubs のテストコンテナーが利用可能になり、ローカルでの開発とテストがサポートされれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, docker, python
領域
cloud, devtools, testing
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。