issues
search
practo
/
tipoca-stream
Near real time cloud native data pipeline in AWS (CDC+Sink). Hosts code for RedshiftSink. RDS to RedshiftSink Pipeline with masking and reloading support.
https://towardsdatascience.com/open-sourcing-tipoca-stream-f261cdcc3a13
Apache License 2.0
47
stars
5
forks
source link
Fixes panic for Intn() and the random maxWait bug
#251
Closed
alok87
closed
3 years ago
alok87
commented
3 years ago
Fix panic when bad input passed to the randomizer
"panic: invalid argument to Intn"
Fix the bug on maxWait decrementing on every restart by using a local copy to prevent bad input.
"panic: invalid argument to Intn"