We did split out KIP-1035 (already accepted), that is a
requirement/blocker for KIP-892.
Progress is slow, but there is WIP to implement KIP-1035. After it's
done, we can continue/pick-up KIP-892 implementation.
-Matthias
On 2/28/25 11:20 AM, Steven Schlansker wrote:
> Thank you for your response Matthias.
>
>> On Feb 26, 2025, at 8:32 PM, Matthias J. Sax < mjsax@apache.org > wrote:
>>
>> Hey,
>>
>> the problem you describe it not totally fundamental, but there is no workaround in KS currently... So right now, only EOS can fix it.
>>
>> In the end, what you would need is a way to first write to the output topic (and flush the write), before you update the state store.
>>
>
> Yes, I reached the same conclusion.
>
>> Using the PAPI you could conceptually do `context.forward()` before you call `store.put(...)`, but the KS runtime hides too many low level controls that it would gu...