-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka integration #983
Kafka integration #983
Changes from 26 commits
7a658de
dcd496b
fb94dca
8f1bf00
11b8d7d
7162580
ce8d727
1d0905e
d708659
2317da9
3d2f3b1
f68b7b1
4648715
28e316a
4299c49
8c4dbae
ed685c6
27c3f0b
90a74cc
229bde8
fc86edc
1eb536f
17bdb25
0ffc027
e2c04eb
65e38ad
0d518a2
b94a933
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ parseable | |
parseable_* | ||
parseable-env-secret | ||
cache | ||
.idea | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,8 @@ path-clean = "1.0.1" | |
prost = "0.13.3" | ||
prometheus-parse = "0.2.5" | ||
sha2 = "0.10.8" | ||
kafka = "0.10.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using https://github.com/fede1024/rust-rdkafka instead of kafka-rust could allow the implementation to be async |
||
openssl = "0.10.68" | ||
|
||
[build-dependencies] | ||
cargo_toml = "0.20.1" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove unrelated change