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
@lichuan6 thanks for asking, but pulsar golang functions do not support auth yet. So function mesh cannot pass the auth data to golang functions.
Should add auth support to pulsar go functions, then support passing auth data to go instance via function mesh.
Hi,
I have a pulsar cluster with auth enabled, using
AuthenticationProviderToken
.However, the go function runs with this error.
How does my go function use AuthenticationToken, provided in the
test-auth
secret, to connect the broker? Any examples?Here's my config file:
Thanks.
The text was updated successfully, but these errors were encountered: