Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • Connectors
  • pyflink.datastream.connectors.elasticsearch.FlushBackoffType

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

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.