Hello!
We plan to use debezium to sync the data from postgres to kafka and want to use the wal2json_streaming plugin according to official documents.
However, we can not find any infomation how to install this plugin except wal2json and decoderbufs.
Whether we just only need to install wal2json plugin or not.
Thanks!