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.elasticsearch.FlushBackoffType#

class FlushBackoffType(value)[source]#

Used to control whether the sink should retry failed requests at all or with which kind back off strategy.

Data

CONSTANT:

After every failure, it waits a configured time until the retries are exhausted.

Data

EXPONENTIAL:

After every failure, it waits initially the configured time and increases the waiting time exponentially until the retries are exhausted.

Data

NONE:

The failure is not retried.

Attributes

CONSTANT

EXPONENTIAL

NONE

previous

pyflink.datastream.connectors.rabbitmq.RMQSink

next

pyflink.datastream.connectors.elasticsearch.ElasticsearchEmitter

On this page
  • FlushBackoffType
Show Source

Created using Sphinx 5.3.0.