streamnative/pulsar-beat-output

不支持最新版pulsar

wthahaha opened this issue · 7 comments

只支持pulsar2.3.2,不支持最新版pulsar,最好不要用这个了

Can you explain nore why it can't works along with latest pulsar verin?

look, dockerfile里只有pulsar2.3.0
image

I think the dockerfile is outdated. And I think it's used for build before. Could you please try the binary?

oh,谢谢,
请教一下大佬,如果我想使用最新的packetbeat和最新的pulsar,我该如何修改这个项目,使之符合我的需求呢?

You can update the dependency in the go.mod, and build binary in the packetbeat folder

我测试了一下,最高只能支持到beat7.17.6,无法把8版本的beat编译进去,可能我弄得不对。大佬们是否能更新下代码,以支持最新版的beat和pulsar?谢谢。

我测试了一下,最高只能支持到beat7.17.6,无法把8版本的beat编译进去,可能我弄得不对。大佬们是否能更新下代码,以支持最新版的beat和pulsar?谢谢。

Please refer to https://github.com/douglarek/beat-pulsar-output, but I have only tested it on the 7.x branch.