Replies: 1 comment
|
cc @zzzming @nicoloboschi do you have some insights here? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've found DLQ for source/sink connector is implemented in this issue #7032.
but I cannot make elasticsearch sink connector to send failed message to DLQ (malformed document).
I'm using apache pulsar
v3.0.0, with es sink connectorv3.0.0.nar. function was deployed with this commandas you see, I've enabled
malformedDocActiontoWARN,and passdead-letter-topic` to use DLQ.All reactions