Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Key deserialization
Value deserialization
Headers deserialization
checked#if>>
Read only transactionally committed records
Use records filtering
Help: <@info.icon tooltip=doc.filterHelp />
Note: filter is just linear search over records
<#include "readFilters.ftl">
Auto-continuation
<#assign autoContinuationDoc>
When enabled, reading/consume completed with timeout
and without any records matching criteria, consume will then automatically trigger continue
where previous consume read left off.
When disabled, no continuation will be triggered after timeout.
#assign>
<@info.icon tooltip=autoContinuationDoc/>
checked#if>>
enabled
checked#if>>
continue after end
<#assign autoContinuationonEndDoc>
When enabled, auto-continuation will continue even when end of topic is reached
(up-to newest messages), basically waiting for new messages to get produced.
When disabled, auto-continuation will stop after reaching end of topic (end of all partitions).
#assign>
<@info.icon tooltip=autoContinuationonEndDoc/>