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/06/09 05:20:13 UTC

[GitHub] [pulsar] gaozhangmin commented on issue #10766: Subscribe consumer(Schema.STRING) with wildcard .+$ always fails with Incompatible schema: exists schema type AVRO, new schema type STRING

gaozhangmin commented on issue #10766:
URL: https://github.com/apache/pulsar/issues/10766#issuecomment-857383073


   try this:
   ```
   Pattern allTopicsInNamespace = Pattern.compile("public/default/.*");
   Consumer allTopicsConsumer = consumerBuilder
           .topicsPattern(allTopicsInNamespace)
           .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.

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