Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T19:28:25.000Z (over 2 years ago)
- Last Synced: 2024-09-18T10:23:22.032Z (4 months 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
[![YAML Lint](https://github.com/reugn/github-action-pulsar/actions/workflows/yaml-lint.yml/badge.svg)](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
```