Alex Roytman
Alex Roytman
Hi @emcrisostomo, I do not really propose to drop jdk7 support but rather a pluggable provider for encoding so I can implement an alternative (JDK8 based or tomcat libraries based)...
ouch just realized JDK only has Base64. Still would like to make a pluggable encoder
the problem with it is that it clashes with its other versions brought by other code code which has a "bigger" need for it Maybe alternative solution is to shade...
any update on sparse embeddings support? it would have been an extremely useful feature!
Hello @vy Sorry for the delay I had that hack working before I submitted the ticket but to be absolutely sure I do not mislead you I wanted to get...
@vy from my perspective it would probably be sufficient to do it inside of append() method checking on elapsed time since previous sync The disadvantage of course is that if...
@vy Potentially file output stream could be opened using NIO with `java.nio.file.StandardOpenOption.SYNC` option. It probably (need to test) will do the trick but I am wondering if there will be...
I just confirmed that `immediateFlush` does not work. I also tried just in case random rolling file appender did not help either i tried SYNC and DSYNC on a text...
we are a java shop :-)
we are java and we run on linux (redhat 8) containers in azure Kubernetes. Unfortunately I have no way to test. if you could give me an executable I can...