Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Funq not sending CloudEvent / CloudEvent not received by broker #40631

Open
gabriel-farache opened this issue May 14, 2024 · 2 comments
Open
Labels
area/kubernetes kind/bug Something isn't working

Comments

@gabriel-farache
Copy link

Describe the bug

I have a pod that is triggering the execution of the knative function I created using FunQ and then it waits until it receives an event. This event is sent by the knative function.

The pod is stateful, so if it gets deleted once it's running again it will resume waiting for the event.

But when the pod is restarted, it never receives any event from the knative function despite the fact that the function sent it, and the pod was ready to receive it.
When I send the event manually using curl, the pod is receiving the event and continuing its execution.

If I do not delete the pod, everything works fine, the issue only appears when the pod is deleted/restarted.

I failed to gather any log related to the firing of the event from the knative function.

Same for the knative-eventing resources (ingress,...) I see nothing in the logs so I am even wondering if the cloudevent is sent to the broker or to the pod directly...

I am using an in-memory broker.

Expected behavior

The restarted pod should receive the event from the broker.

Actual behavior

No event seems to be received by the in-memory broker when the origin pod is restarted.

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@gabriel-farache gabriel-farache added the kind/bug Something isn't working label May 14, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented May 14, 2024

/cc @geoand (knative), @iocanel (knative)

@geoand
Copy link
Contributor

geoand commented May 14, 2024

cc @patriot1burke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants