apache/pulsar

PulsarStandaloneBuilder: make it a public API

Open

#10.473 aberto em 3 de mai. de 2021

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (3.485 forks)batch import
good first issuehelp wantedtype/enhancement

Métricas do repositório

Stars
 (13.697 stars)
Métricas de merge de PR
 (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)

Description

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

Guia do colaborador