https://github.com/reugn/github-action-pulsar
GitHub Action to set up Apache Pulsar
https://github.com/reugn/github-action-pulsar
github-actions pulsar
Last synced: 7 days ago
JSON representation
GitHub Action to set up Apache Pulsar
- Host: GitHub
- URL: https://github.com/reugn/github-action-pulsar
- Owner: reugn
- License: mit
- Created: 2021-11-08T09:27:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T19:28:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T02:51:19.526Z (about 1 month ago)
- Topics: github-actions, pulsar
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-action-pulsar
[](https://github.com/reugn/github-action-pulsar/actions/workflows/yaml-lint.yml)This GitHub Action sets up [Apache Pulsar](https://pulsar.apache.org/) in standalone mode.
## Inputs
| Name | Required | Description | Default |
| ----------------- | -------- | ---------------------------------- | ------- |
| version | false | Apache Pulsar version. | latest |
| brokerServicePort | false | Broker data port. | 6650 |
| httpServerPort | false | The HTTP server port to listen on. | 8080 |## Usage example
```yaml
- name: Set up Apache Pulsar
uses: reugn/github-action-pulsar@v1
```