You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/11 14:45:59 UTC

[GitHub] [pulsar-client-node] mkaufmaner commented on a change in pull request #81: Support seting topic schema when creating producers/consumers

mkaufmaner commented on a change in pull request #81: Support seting topic schema when creating producers/consumers
URL: https://github.com/apache/pulsar-client-node/pull/81#discussion_r391024315
 
 

 ##########
 File path: src/ProducerConfig.cc
 ##########
 @@ -33,6 +33,11 @@ static const std::string CFG_COMPRESS_TYPE = "compressionType";
 static const std::string CFG_BATCH_ENABLED = "batchingEnabled";
 static const std::string CFG_BATCH_MAX_DELAY = "batchingMaxPublishDelayMs";
 static const std::string CFG_BATCH_MAX_MSG = "batchingMaxMessages";
+static const std::string CFG_SCHEMA = "schema";
+static const std::string CFG_SCHEMA_TYPE = "schemaType";
+static const std::string CFG_SCHEMA_NAME = "name";
+static const std::string CFG_SCHEMA_SCHEMA = "schema";
+static const std::string CFG_SCHEMA_PROPS = "properties";
 
 Review comment:
   ```suggestion
   static const std::string CFG_SCHEMA = "schema";
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services