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 2021/09/15 09:10:21 UTC

[GitHub] [pulsar] beyondyinjl2 opened a new issue #12048: Topic does not have schema to check

beyondyinjl2 opened a new issue #12048:
URL: https://github.com/apache/pulsar/issues/12048


   Consumer<DeviceDataBean> consumer = pulsarClient.newConsumer(Schema.JSON(DeviceDataBean.class))
   					.topicsPattern(topicsPattern)
   					.subscriptionName(subscriptionName)
   					.messageListener(myMessageListener)
   					.subscriptionTopicsMode(RegexSubscriptionMode.AllTopics)
   					.subscribe();


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] github-actions[bot] commented on issue #12048: Topic does not have schema to check

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12048:
URL: https://github.com/apache/pulsar/issues/12048#issuecomment-1056055736


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org