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 use the cloud event support of Spring Cloud Function to produce Kafka messages using Spring Cloud Stream. It looks like the headers are not properly formatted. For example ce_source contains surrounding quotes and ce_time is not RFC3339 compliant.
We use the cloud event support of Spring Cloud Function to produce Kafka messages using Spring Cloud Stream. It looks like the headers are not properly formatted. For example ce_source contains surrounding quotes and ce_time is not RFC3339 compliant.
I created a sample that demonstrates the issues.
This is a follow up to my older issue
The text was updated successfully, but these errors were encountered: