You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Weijie Guo (Jira)" <ji...@apache.org> on 2023/02/13 17:01:00 UTC

[jira] [Created] (FLINK-31048) Java doc of PulsarSourceBuilder was not updated in time

Weijie Guo created FLINK-31048:
----------------------------------

             Summary: Java doc of PulsarSourceBuilder was not updated in time
                 Key: FLINK-31048
                 URL: https://issues.apache.org/jira/browse/FLINK-31048
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Pulsar
            Reporter: Weijie Guo
            Assignee: Weijie Guo


The java doc of `PulsarSourceBuilder` was not updated in time.

IIUC, 
{code:java}
setDeserializationSchema(PulsarDeserializationSchema.flinkSchema(new SimpleStringSchema())) {code}
should be replaced by
{code:java}
setDeserializationSchema(new SimpleStringSchema()) {code}
BTW, I also checked `pulsar.md` and luckily it was correct.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)