syhily commented on a change in pull request #18406:
URL: https://github.com/apache/flink/pull/18406#discussion_r839604154



##########
File path: docs/content.zh/docs/connectors/datastream/pulsar.md
##########
@@ -155,6 +155,19 @@ Pulsar Source 提供了两种订阅 Topic 或 Topic 分区的方式。
   PulsarDeserializationSchema.flinkTypeInfo(TypeInformation, ExecutionConfig);
   ```
 
+如果使用 KeyValue 或者 Struct 类型的Schema, 那么 pulsar `Schema` 讲不会含有类型类信息, 
但`PulsarSchemaTypeInformation`需要通过传入类型类信息来构造。因此我们提供的API支持用户传入类型类信息。

Review comment:
       Add extra space between words.




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