https://github.com/ctlong/loggregator-v1-protobuf-example
Compare new loggregator v1 protobuf files against the old
https://github.com/ctlong/loggregator-v1-protobuf-example
Last synced: about 2 months ago
JSON representation
Compare new loggregator v1 protobuf files against the old
- Host: GitHub
- URL: https://github.com/ctlong/loggregator-v1-protobuf-example
- Owner: ctlong
- License: mit
- Created: 2022-04-08T16:39:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T20:15:58.000Z (about 4 years ago)
- Last Synced: 2025-01-25T19:42:20.714Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loggregator-v1-protobuf-example
An example for how old loggregator v1 generated protobuf files might compare to new loggregator v1 generated protobuf files.
## Setup
1. [Install go](https://go.dev/doc/install)
## Run
### Old server
1. Run `make run-old-server`.
1. Open a new terminal window.
1. Run a client against it, either:
1. Run the old client with `make run-old-client`,
1. Or, run the new client with `make run-new-client`.
### New server
1. Run `make run-new-server`.
1. Open a new terminal window.
1. Run a client against it, either:
1. Run the old client with `make run-old-client`,
1. Or, run the new client with `make run-new-client`.
## Test
```
go test -bench=.
```