hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

off_broadway_mqtt_connector

0.2.0
0.2.0 0.1.0

A MQTT connector for Broadway

HexDocs

Current section

Files

Jump to
Readme
2 Versions
4 Dependencies
0 Dependants
Files
Activity
Readme 2 Versions 4 Dependencies 0 Dependants Files Activity
off_broadway_mqtt_connector CHANGELOG.md
Raw

15 files

  • lib
    • off_broadway_mqtt
      • acknowledger.ex
      • application.ex
      • client.ex
      • config.ex
      • data.ex
      • error.ex
      • handler.ex
      • producer.ex
      • queue.ex
      • telemetry.ex
    • off_broadway_mqtt.ex
  • CHANGELOG.md
  • LICENSE
  • README.md
  • mix.exs

Package files

  • CHANGELOG.md
  • lib/off_broadway_mqtt.ex
  • lib/off_broadway_mqtt/acknowledger.ex
  • lib/off_broadway_mqtt/application.ex
  • lib/off_broadway_mqtt/client.ex
  • lib/off_broadway_mqtt/config.ex
  • lib/off_broadway_mqtt/data.ex
  • lib/off_broadway_mqtt/error.ex
  • lib/off_broadway_mqtt/handler.ex
  • lib/off_broadway_mqtt/producer.ex
  • lib/off_broadway_mqtt/queue.ex
  • lib/off_broadway_mqtt/telemetry.ex
  • LICENSE
  • mix.exs
  • README.md

CHANGELOG.md

# Changelog
## 0.2.0
- Simplifies the API of the Config module:
- Removes `:default` arg from `Config.new/1`
- Adds `Config.new_from_app_config/1`
- Does not convert `host` to a chartlist anymore. Tortoise already does that!
This also fixes the issue with logger metadate including the hostname as a
charlist.
- Removes nil or empty values from the options passed when opening the MQTT
connection.
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".