rudder-server
https://github.com/rudderlabs/rudder-server
Go
Privacy and Security focused Segment-alternative, in Golang and React
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported1 Subscribers
Add a CodeTriage badge to rudder-server
Help out
- Issues
- router: data race on saveDestinationResponse - plain bool written by config subscriber goroutine, read by workers without lock
- router: failuresMetric inner map wiped on every new error string - wrong key checked in guard condition silently drops all prior failure counts
- router: collectMetrics writes requestsMetric slice under RLock instead of Lock - data race under concurrent callers
- router: backendConfigSubscriber goroutine leaks on shutdown - subscribed with context.TODO(), not tracked in backgroundGroup
- fix(gateway/webhook): return 404 for unregistered source instead of blocking on nil channel (#6999)
- fix(warehouse/slave): guard outputFileWritersMap and tableEventCountMap reads in uploadLoadFiles (#7002)
- fix(processor): replace panic with graceful error in activePartitions
- Security Vulnerability in enterprise/config-env (Submitted Privately)
- fix(batchrouter): file descriptor leak in upload() — outputFile never closed
- S3 Datalake staging folder date format changed from YYYY-MM-DD to MM-DD-YYYY for Node source only
- Docs
- Go not yet supported