GitHub user divya-nsurely closed the discussion with a comment: Golang | Pulsar Functions Runtime Death Exception
It was just the build issue. I ran the below command before the go build command & it fixed my issue. $Env:GOOS = "linux"; $Env:GOARCH = "amd64" GitHub link: https://github.com/apache/pulsar/discussions/18649#discussioncomment-6181949 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
