Categorygithub.com/flash-vision/kafka-message-wranglers
repositorypackage
0.0.2
Repository: https://github.com/flash-vision/kafka-message-wranglers.git
Documentation: pkg.go.dev

# README

Kafka Message Wranglers Module

Overview

The Kafka Message Wranglers module provides a versatile and easy-to-use interface for processing Kafka messages in Go. It supports converting Kafka messages to various formats like JSON, string, byte array, and maps. With an elegant design and straightforward usage, this module will be a fantastic addition to your Kafka-related projects.

Features

  • Convert Kafka messages to JSON, string, byte array, and map formats.
  • Extract specific fields from Kafka messages.
  • Check if Kafka messages contain specific fields.
  • Easily extendable interface for additional message processing methods.

Installation

To use the Kafka Message Wranglers in your project, you first need to have Go installed. Then, you can import this module into your Go project:

import "github.com/flash-vision/kafkamessagewranglers"