aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/messaging
Commit message (Expand)AuthorAgeFilesLines
* Move storage and messaging to separate projectsJakob Odersky2018-10-097-818/+0
* Fixes for Alicloud pubsub (#230)Zach Smith2018-10-022-14/+18
* Remove unused protoype of a reporting busJakob Odersky2018-09-121-34/+0
* Move platform back into init and use a configurable DNS discoveryJakob Odersky2018-09-121-0/+34
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-3/+12
* Mask InternalServerError and MessageNotExist errors in AliyunBus (#218)v1.14.3Zach Smith2018-09-121-7/+16
* RFC Add basicSubscribeWithRestart helper method to StreamBus (#214)Zach Smith2018-09-121-1/+43
* Various message bus fixes (#212)v1.14.0Jakob Odersky2018-09-107-45/+67
* Catch MessageNotExist errors in alicloud subscriptions to prevent errors on t...v1.13.4Zach Smith2018-09-051-1/+6
* Swap Left and Right cases in GCP Pubsub createSubscription handler (#207)v1.13.2Zach Smith2018-08-301-6/+6
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-0/+1
* Add Aliyun Bus implementation (#193)v1.12.2Zach Smith2018-08-201-0/+139
* Add message bus and topic abstractions (#181)v1.12.0Jakob Odersky2018-07-316-0/+587