ConduitIO / ConduitIO/conduit-connector-postgres
Bug: handle and report `ErrorResponse` message type
Open
bug
- Dominant language
- Go
- Stars
- 19
- Forks
- 12
- Avg merge
- 12h 20m
- Merged PRs (30d)
- 5
Description
### Bug description
Currently this message type is not properly unwrapped and reported, beyond this:
```
logical replication error: unexpected message type *pgproto3.ErrorResponse
```
### Steps to reproduce
Not sure
### Version
latest
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the logical replication message-handling entry point and inspect how *pgproto3.ErrorResponse is currently processed. Find a way to exercise the reported error path, then verify that ErrorResponse is unwrapped and reported instead of producing only the unexpected message type text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, postgresql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100