You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decide that the DebeziumEngine is not going to be sending us any more records by waiting a certain amount of time and then giving up.
For tests, at least, this isn't desirable. Shouldn't we be able to decide that the WAL isn't going to have anything interesting in it using some LSN offset arithmetic? Something needs to be done here. This is a major cause of latency in the source-postgres CI: #31298 (comment)
The text was updated successfully, but these errors were encountered:
Topic
No response
Relevant information
We decide that the DebeziumEngine is not going to be sending us any more records by waiting a certain amount of time and then giving up.
For tests, at least, this isn't desirable. Shouldn't we be able to decide that the WAL isn't going to have anything interesting in it using some LSN offset arithmetic? Something needs to be done here. This is a major cause of latency in the source-postgres CI: #31298 (comment)
The text was updated successfully, but these errors were encountered: