apache/pulsar

PulsarStandaloneBuilder: make it a public API

Ouverte

#10 473 ouverte le 3 mai 2021

 (4 commentaires) (0 réaction) (0 personne assignée)Java (3 485 forks)batch import
good first issuehelp wantedtype/enhancement

Métriques du dépôt

Stars
 (13 697 étoiles)
Métriques de merge PR
 (Merge moyen 3j 10h) (146 PRs mergées en 30 j)

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

Guide contributeur