gerdansantos commented on PR #6053: URL: https://github.com/apache/nifi/pull/6053#issuecomment-1557327454
Hello @Martinson, this is happening because of the logical process of logical replication on postgresql... If you see on DEBEZIUM Kafka connect, have same problem... The workaround is create a table with only one row and send a update on row changing datetime for example... This is happening generally on PostgreSQL RDS... Is this your case ? You can send that update in the minute-by-minute solution table, for example. -- *Gerdan Rezende dos Santos*∴ Cloudera, Hortonworks, PostgreSQL - Support, Training & Services +55 (61) 996 451 525 On Fri, May 19, 2023 at 12:51 PM Martinson Ofori ***@***.***> wrote: > @davyam <https://github.com/davyam> thanks for all your work on this. > > I am using the NAR that @janis-ax <https://github.com/janis-ax> helped > build and I keep losing connection to my server. This usually happens after > the processor has been running for a while with no active changes. When I > stop, re-enter the DB server password, and start the server then the error > goes away. > > Do you know what could be going on or how I can resolve this? Also, should > we expect a stable official version any time soon? > > [image: image] > <https://user-images.githubusercontent.com/48808182/239577713-74cd0165-bb7d-4269-b80b-284d1759f1cc.png> > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/nifi/pull/6053#issuecomment-1554780541>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AD5RGGZ4OOHMAWKZIM4JVZ3XG6JIZANCNFSM5WGR6OMA> > . > You are receiving this because you commented.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
