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
fix: Pulsar functions admin client retrieval in handler to use session context (#53)
Updated the PulsarAdminFunctionsToolBuilder to obtain the Pulsar client
from the session context instead of a static configuration. This change
enhances error handling by checking for a valid session and returning
appropriate error messages if the session is not found or if client
retrieval fails.
0 commit comments