Class ReadFromPulsarDoFn

All Implemented Interfaces:
Serializable, HasDisplayData

@UnboundedPerElement public class ReadFromPulsarDoFn extends DoFn<PulsarSourceDescriptor,PulsarMessage>
Transform for reading from Apache Pulsar. Support is currently incomplete, and there may be bugs; see https://github.com/apache/beam/issues/31078 for more info, and comment in that issue if you run into issues with this IO.
See Also: