elsa

v0.2.0

  • Pages
  • Modules
  • Exceptions

    elsa v0.2.0 Elsa

    Documentation for Elsa.

    Link to this section Summary

    Functions

    create_topic(endpoints, topic, opts \\ [])

    See Elsa.Topic.create/3.

    default_client()
    delete_topic(endpoints, topic)

    See Elsa.Topic.delete/2.

    fetch()
    kafka_message(args \\ [])
    kafka_message(record, args)
    list_topics(endpoints)

    See Elsa.Topic.list/1.

    produce_sync(endpoints, topic, partition, key, value)

    See Elsa.Producer.produce_sync/5.

    topic?(endpoints, topic)

    See Elsa.Topic.exists?/2.

    Link to this section Functions

    Link to this function

    create_topic(endpoints, topic, opts \\ [])

    See Elsa.Topic.create/3.

    Link to this function

    default_client()

    Link to this function

    delete_topic(endpoints, topic)

    See Elsa.Topic.delete/2.

    Link to this function

    fetch()

    Link to this macro

    kafka_message(args \\ []) (macro)

    Link to this macro

    kafka_message(record, args) (macro)

    Link to this function

    list_topics(endpoints)

    See Elsa.Topic.list/1.

    Link to this function

    produce_sync(endpoints, topic, partition, key, value)

    See Elsa.Producer.produce_sync/5.

    Link to this function

    topic?(endpoints, topic)

    See Elsa.Topic.exists?/2.

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer.