GitHub user flowchartsman edited a comment on 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. If you can, `pulsar-admin localrun` can potentially provide some insight. 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