rkass
Results
2
issues of
rkass
This adds tests for compatibility with postgres 11. This was inspired by issue https://github.com/disneystreaming/pg2k4j/issues/27 but doesn't solve that issue. However, it does add some code that might allow @teej or...
this sleep could be avoided: https://github.com/disneystreaming/pg2k4j/blob/master/src/main/java/com/disneystreaming/pg2k4j/SlotReaderKinesisWriter.java#L140 One option is instead on continually looping and holding onto the thread it may be possible to instead change the state (i.e. stop retrying)...