Skip to content

Commit aa59a05

Browse files
committed
Add a bit about some other utilization of hotdog
1 parent c9613c1 commit aa59a05

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_posts/2020-06-24-shipping-rust-to-production.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,17 @@ support statsd out of the box, we made a one-line change adding the new metric
130130
and our visibility went up almost immediately!
131131

132132

133+
The syslog-to-Kafka gateway was a critical piece of the overall View Analytics
134+
data pipeline, but having such a system available has already paid dividends. A
135+
number of other internal projects have taken advantage of the ability to route
136+
syslog traffic into Kafka.
137+
133138
---
134139

140+
135141
Scribd has a number of services deployed in production using Ruby, Golang,
136142
Python, Java, and now a little bit of Rust too. As far as weekend hacks go,
137-
[hotdog](https://github.com/reiseburo/hotdog) worked out quite well, if you have thousands of log entries per second that you need to get into Kafka, give it a try!
143+
[hotdog](https://github.com/reiseburo/hotdog) worked out quite well, if you
144+
have thousands of log entries per second that you need to get into Kafka, give
145+
it a try!
138146

0 commit comments

Comments
 (0)