简体   繁体   English

OpenHFT编年史队列版本4-nextSynchronous?

[英]OpenHFT Chronicle Queue Version 4 - nextSynchronous?

In version 3 of OpenHFT's Chronicle Queue there is an API call on ExcerptAppender ( nextSynchronous(boolean )) to request that the contents of the queue be forced to be written to disk ( fsync'd )when the next excerpt is finished. 在OpenHFT的Chronicle Queue的版本3中,在ExcerptAppender( nextSynchronous(boolean ))上有一个API调用,以请求在下一个摘录完成时强制将队列的内容写入磁盘( fsync'd )。 I don't see a similar call in version 4. Is it possible to achieve the same effect with version 4? 我没有在版本4中看到类似的调用。使用版本4可以达到相同的效果吗?

Not at the moment. 现在不行。 If you need guarenteed writes we suggest acknowledged replication. 如果需要保证写入,我们建议确认复制。

I suggest you add it as a github issue, however I can't say when this will be added. 我建议您将其添加为github问题,但是我无法确定何时添加。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM