PubSub Consume task fails with NullPointerException when no subscription is provided #350
Labels
area/plugin
Plugin-related issue or feature request
bug
Something isn't working
good first issue
Great issue for new contributors
Expected Behavior
When no subscription is provided, PubSub Consume task should automatically create a subscription as specified in the description of the
subscription
attribute.Actual Behaviour
When no subscription is provided, PubSub Consume task fails with NullPointerException.
Here is the stacktrace:
Steps To Reproduce
subscription
attribute to the task.I also tried by adding
autoCreateSubscription: true
, but still the same error.Environment Information
Example flow
The text was updated successfully, but these errors were encountered: