affe (Yufei Zhang)
affe (Yufei Zhang)
I can help with the "fetch topic list error" problem, feels like it would help me understand the codebase better :)
Sorry I didn't make it claer. Actually this is found in resetOffset(): ``` public boolean resetOffset(long offset) { MappedFile mappedFileLast = getLastMappedFile(); if (mappedFileLast != null) { long lastOffset =...
The problem here is iterator.remove() doesn't really do anything (Unsupported Operation) Could be a potential bug. Will catch up with this one recently
https://github.com/apache/pulsar/pull/9841
https://github.com/protocolbuffers/protobuf/issues/5504
We need to figure out how pulsar schema is dealing with this situation.
我的建议是用一个小助手,然后加小助手微信
大家可以添加我的个人微信,我再把大家拉到群里
@hpvd Thank you~ I'll experiment with the new release~
@hpvd I'm currently wrapping up the distroless process with Java runtime(which can be done using google/Distroless), for python runtime we will use melange + apko, and since Pulsar client now...