Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.connectors.pulsar.MessageDelayer#

class MessageDelayer(_j_message_delayer)[source]#

A delayer for Pulsar broker passing the sent message to the downstream consumer. This is only works in SubscriptionType.Shared subscription.

Read delayed message delivery https://pulsar.apache.org/docs/en/next/concepts-messaging/#delayed-message-delivery for better understanding this feature.

Methods

fixed(duration)

All the messages should be consumed in a fixed duration.

never()

All the messages should be consumed immediately.

previous

pyflink.datastream.connectors.pulsar.TopicRoutingMode

next

pyflink.datastream.connectors.pulsar.PulsarSink

On this page
  • MessageDelayer
Show Source

Created using Sphinx 5.3.0.