Version 1 of a Go library for interacting with the Aurora Scheduler
* Fixing possible race condition when passing backoff around as a pointer. * Adding a debug logger that is turned off by default. If debug is turned on, but a logger has not been assigned, a default logger that will print to STDOUT will be created. * Making Mutex a pointer so that there's no chance it can accidentally be copied. * Removing a leftover helper function from before we changed how we configured the client. * Minor changes to demonstrate how a logger can be used in conjunction to debug mode in the sample client. |
||
---|---|---|
.github | ||
docs | ||
examples | ||
gen-go/apache/aurora | ||
response | ||
vendor | ||
.auroraversion | ||
.gitignore | ||
auroraAPI.thrift | ||
clusters.go | ||
clusters_test.go | ||
container.go | ||
errors.go | ||
generateBindings.sh | ||
Gopkg.lock | ||
Gopkg.toml | ||
job.go | ||
LICENSE | ||
logger.go | ||
monitors.go | ||
README.md | ||
realis.go | ||
realis_e2e_test.go | ||
retry.go | ||
updatejob.go | ||
zk.go | ||
zk_test.go |
gorealis 
Go library for interacting with Apache Aurora.
Aurora version compatibility
Please see .auroraversion to see the latest Aurora version against which this library has been tested.
Usage
To Do
- Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
Contributions
Contributions are always welcome. Please raise an issue so that the contribution may be discussed before it's made.