'How to sync data from postgresql-XL to kafka

I want to sync incremental data from postgreSQL to kafka in real time.However,it seems that postgres-XL don't support wal_level = 'logical',which means many sync tools for postgres can't solve my problem.Can anybody give me a solution?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source