You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/23 06:36:37 UTC

[GitHub] jerrypeng opened a new pull request #3406: Fix: Bug in function triggering

jerrypeng opened a new pull request #3406: Fix: Bug in function triggering
URL: https://github.com/apache/pulsar/pull/3406
 
 
   ### Motivation
   
   Triggering a Python function is currently not working and all requests will time out. This is due to the fact that we recently changed the method of getting the input topic name of a message to "message.topic_name()" to support topic patterns.  This will return the full topic name e.g. "persistent://public/default/foo" even if the input topic is just "foo". 
   
   I have modified the logic that checks this in the triggering code to check for the full name of the topic

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services