aboutsummaryrefslogtreecommitdiff
path: root/weed/notification/gocdk_pub_sub
AgeCommit message (Collapse)AuthorFilesLines
2022-09-14go fmtchrislu1-2/+0
2022-09-05avoid data race on GoCDKPubSub.topic (#3596)Konstantin Lebedev1-10/+23
2022-08-31Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0 (#3541)dependabot[bot]1-1/+1
* Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0 Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/rabbitpubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update code * more code fix Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-04-21conditionally build elastic, gocdk to reduce binary sizechrislu2-0/+12
2021-02-11Do reconnect to RabbitMQKonstantin Lebedev1-1/+34
https://github.com/google/go-cloud/issues/2958 https://github.com/chrislusf/seaweedfs/issues/1773
2020-02-25remove ctx if possibleChris Lu1-2/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-5/+6
2019-07-17skip all azuresbChris Lu1-1/+1
2019-03-20notification: add Go CDK pubsub supportJonathan Amsterdam1-0/+71
Add the gocdk_pub_sub package, which supports the Go Cloud Development Kit pubsub API. Link in all current providers. Update the notification scaffold.