During the examples set up, it was noticed in the server that an unexpected DuplicateKeyException was received. After doing some ingestion, it was noticed that some members were indeed sent twice and others not, which must have been a threading issue. This is now resolved with using the synchronized keyword in the LdioHttpOut component
During the examples set up, it was noticed in the server that an unexpected DuplicateKeyException was received. After doing some ingestion, it was noticed that some members were indeed sent twice and others not, which must have been a threading issue. This is now resolved with using the synchronized keyword in the
LdioHttpOut
component