Skip to content

Commit

Permalink
Add Kafka support for scheduler (#77)
Browse files Browse the repository at this point in the history
* Add proxy struct for scheduler

* Add kafka URL support for scheduler
  • Loading branch information
Qinusty committed Jun 1, 2021
1 parent a869cd8 commit 985ab76
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 131 deletions.
3 changes: 2 additions & 1 deletion scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/ossf/package-analysis/scheduler
go 1.15

require (
github.com/jordan-wright/ossmalware v0.0.0-20201130035417-0b6db94c48ec
github.com/ossf/package-feeds v0.0.0-20210521141112-9f84198979a6
gocloud.dev v0.23.0
gocloud.dev/pubsub/kafkapubsub v0.22.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 985ab76

Please sign in to comment.