rec7y33

Results 2 issues of rec7y33

Hi, Previously with pulsar-flink version 2.4.29 we could do something like this : `FlinkPulsarSource fps = new FlinkPulsarSource(serviceUrl, adminUrl, JsonDeser.of(LiveRawData.class), props);` to deserialize custom object using jsondeser. How do we...

compute/data-processing
type/documentation

Hi, I am trying to use jso to get google token, but the token returned from `client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...` is undefined....