Bertrand Renuart
Bertrand Renuart
Hi, Thanks for reporting this. As you described, LLE has indeed no application level ACK which may result in the loss of events in the transmission, especially when you have...
I forgot to mention that you can maybe reduce the amount of lost events by disabling the TCP write buffer - see https://github.com/logfellow/logstash-logback-encoder#write-buffer-size.
Yeah... as we said earlier, unfortunately a few events are always likely to be lost after reconnecting - there is nothing much we can do without application level ACKs :(...
@waschmittel Thanks for the feedback. @elefeint Are you still impacted by this issue?
Oh nice - thank you. @driverpt could you please tell me a bit more about how you built this `reflect-config.json` file? How can we maintain it and make sure it...
@philsttr What's your opinion ?
I'm facing the same kind of issue. We configured the plugin to ignore errors during test execution like this: ``` true ... npm-test test npm run-script test --no-progress ``` The...
When using the REST API you probably have to url encode the role id. Does it work better when using `%2FProjects%2FTestˋ ?
We faced similar issues and noticed that the Nginx instance in front of Nexus was actually decoding/normalizing the request path before forwarding the request to Nexus. Hence transforming foo%2Fbar into...