Skip to content

Kafka Plugin #12

Description

@JordanAlec

Kafka Plugin

Adds a streaming plugin via kafkajs. No streaming integration currently exists in the toolkit.

Potential methods to include:

  • produce -- publish a message to a topic
  • consume -- subscribe and consume messages from a topic
  • disconnect

Uses kafkajs which uses a binary TCP protocol -- not substitutable by the existing HTTP lib. Requires explicit disconnect() to close the client, consistent with the Redis and SQL plugin patterns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions