An open API service indexing awesome lists of open source software.

https://github.com/cloudchacho/hedwig-java

Messaging bus for micro-services that works on cloud native queues http://authedwig.rtfd.io
https://github.com/cloudchacho/hedwig-java

Last synced: 5 months ago
JSON representation

Messaging bus for micro-services that works on cloud native queues http://authedwig.rtfd.io

Awesome Lists containing this project

README

          

# Hedwig Java

Compiled protobuf files for github.com/cloudchacho/hedwig.

## Usage

- Add maven dependency:
```xml

io.github.cloudchacho
hedwig
0.1

```
- Install protoc: https://github.com/protocolbuffers/protobuf
- Install Hedwig proto files:
```shell
git clone https://github.com/cloudchacho/hedwig.git /usr/local/lib/protobuf/include/hedwig
```

any path is fine, just make sure to provide it to `protoc -I`.