Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattisonchao/pulsar-custom-tls
Pulsar Service with custom TLS provider
https://github.com/mattisonchao/pulsar-custom-tls
Last synced: 9 days ago
JSON representation
Pulsar Service with custom TLS provider
- Host: GitHub
- URL: https://github.com/mattisonchao/pulsar-custom-tls
- Owner: mattisonchao
- License: apache-2.0
- Created: 2023-11-09T00:59:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T14:07:36.000Z (about 1 year ago)
- Last Synced: 2024-10-16T20:53:43.084Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulsar-custom-tls
This project introduces how to config proxy and broker to support TLS authentication with custom authentication provider.
## Build project
`gradle clean && gradle build -x test`
## Run test
After building this project, you can use IDEA to run this test with your docker environment.