GCP-based flyte notifications - message published but missing actual message #4058
Open
2 tasks done
Labels
bug
Something isn't working
Describe the bug
I set up GCP-based flyte notification as such:
Running the sample workflow in the docs to notify upon success:
The logs show that the message was published successfully:
and
However, the processor is unable to pull the message.
When I send test messages to the GCP topic manually on the GCP console, the processor is able to pull properly (see below). It's only the message the Publisher sent that's not going through.
Interestingly enough, when I create a 2nd subscriber, i am able to pull the message that was Published.
However, the actual message is missing! Only the attribute
key: flyteidl.admin.EmailNotification
is received, no message body.Expected behavior
Expected the Processor to be able to pull the message the Publisher sent.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: