lalit-g-deepr opened a new issue #12327:
URL: https://github.com/apache/pulsar/issues/12327


   **Describe the bug**
   I am using topicpattern to invoke pulsar function. When a topic is created 
by creating producer and it immediately start publishing than some of the 
messages missed by pulsar function. It seems like pulsar function does not know 
that this new topic patterned topic is there and when It gets to know it starts 
publishing without missing further messages from this topic.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. create a python pulsar function which receive input from topic pattern
   2. create producer of this topic pattern without explicitly creating topic
   3. stars publishing to this producer
   4. One would see that some messages would be missed by pulsar function and 
after some time it starts receiving message from this topic. After this pulsar 
function does not miss messages.
   
   **Expected behavior**
   Messages should not be missed by pulsar function.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to