GitHub user flowchartsman added a comment to the discussion: Golang | Pulsar Functions Runtime Death Exception
This is unfortunately a pretty generic response. Debugging pulsar function crashes in go can be kind of a pain, especially if they happen before `pf.Start` is called, since there's no logging at that point. Usually you can find the more specific cause in the function worker or broker logs, depending on how you're running the function. GitHub link: https://github.com/apache/pulsar/discussions/18649#discussioncomment-4323323 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org