jkburges

Results 6 issues of jkburges

Consider the following scenario: Provider sequence is 1 After sequence sync, subscriber sequence is 1000 (due to buffer) Record inserted to subscriber, gets ID 1000 1000 records inserted to provider...

Otherwise, we get a resource leakage, with no way of callers to fix. The can stop certain operations on files later (e.g. delete/move) because there's still an open handle to...

This enables S3 buckets to be a little more organised if you desire.

`mvn verify` on https://github.com/aodn/aodn-portal/tree/js_code_coverage results in the following error: ``` java 15:48:34.363 [main] INFO com.github.timurstrekalov.saga.core.DefaultCoverageGenerator - Using up to 1 threads 15:48:34.363 [main] INFO com.github.timurstrekalov.saga.core.DefaultCoverageGenerator - Output strategy set to...

I am trying to do a drop-in replacement of an existing but slow synchronous-API call with an async workflow, using Sidekiq on the backend and Message Bus front and back....