apache/pulsar

PulsarStandaloneBuilder: make it a public API

オープン

#10,473 opened on 2021/05/03

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,485 件のフォーク)batch import
good first issuehelp wantedtype/enhancement

Repository metrics

Stars
 (13,697 個のスター)
PR merge metrics
 (平均マージ 3d 10h) (30d で 146 merged PRs)

説明

PulsarStandaloneBuilder looks like a great API for users to launch an embedded Pulsar service for unit tests.

Currently (2.8.0) there are a few problems that need to be fixed:

  • Provide convenience methods to build a Pulsar Client and a Pulsar Admin
  • Provide a way to start the server without creating a real file on disk
  • Add tests that ensure that PulsarStandaloneBuilder can be called by a Java program, not only by the means of the scripts bundled with Pulsar

コントリビューターガイド