View Source Instream.Writer.UDP (Instream v2.2.1)

Point writer for the line protocol using UDP.

configuration

Configuration

Write queries are run through a process pool having an additional timeout:

config :my_app, MyConnection,
  pool: [max_overflow: 10, size: 5],
  pool_timeout: 500

This configuration will be used to wait for an available worker to execute a query and defaults to 5_000.

write-options

Write Options

  • async: true: execute writes asynchronously