我使用postgres配置了debezium,如下代码所示,当我启动我的spring引导应用程序时,a get an error Creation of replication slot failed' with config: {name=student-postgres-connector, connector.class=io.debezium.connector.postgresql.PostgresConnector(PostgresConnectorTask.java:134) ~[
我有一个应用程序,它使用debezium-postgres连接器从postgres发布kafka上的事件。如果重新创建kubernetes部署策略,应用程序将正常工作。但在使用RollingUpdate部署策略时抛出异常
异常replication slot "XXX" is active for PID XXX与旧的pod一样使用相同的复制槽。应用程序正在使用PGOUTPUT debez
每当我重启debezium kafka-connect容器,或者部署另一个实例时,我都会得到以下错误: at io.debezium.connector.postgresql.connection.PostgresReplicationConnection.initReplicationSlot(Postg
# Download, unpack, and place the debezium-connector-postgres folder into the /opt/kafka/plugins/debeziumdirectory
RUN curl -s https://repo1.maven.org/maven2/io/debezium/debezium-connector-postgres</em
我的应用程序中的Kafka debezium-postgres连接器抛出了以下错误: at io.debezium.connector.postgresql.connection.PostgresConnection.getReplicationSlotState$Worker.run(ThreadPoolExecutor.java:628)
at