-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Schema is extracted and attached but the payload and key are not encoded.
The middle where in the SDK will do both extract then encode however the latter is missing in Postgres.
Steps to reproduce
- Create pipeline from postgres to file
- Disable schema decoding on the file connector
- Data comes out as plain text
version: 2.0
pipelines:
- id: pg-to-kaf
status: running
connectors:
- id: pg.in
type: source
plugin: builtin:postgres
settings:
url: <pg-url>
tables: test
- id: file.out
type: destination
plugin: builtin:file
settings:
path: ./pg.out
sdk.schema.extract.payload.enabled: false
sdk.schema.extract.key.enabled: false
Version
v0.9.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done