apache/pulsar

PulsarStandaloneBuilder: make it a public API

Open

#10,473 创建于 2021年5月3日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (3,485 fork)batch import
good first issuehelp wantedtype/enhancement

仓库指标

Star
 (13,697 star)
PR 合并指标
 (平均合并 3天 10小时) (30 天内合并 146 个 PR)

描述

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

贡献者指南