Skip to content
#

kafka-tools

Here are 12 public repositories matching this topic...

akhq
florianmutter
florianmutter commented Jan 28, 2022

If I have a schema with a decimal like this (example from the code):

{
    "name": "Dog",
    "namespace": "org.akhq",
    "type": "record",
    "fields" : [
        {"name": "id", "type": "int"},
        {"name": "name", "type": "string"},
        {"name": "weight", "type" : { "type" : "bytes", "logicalType" : "decimal", "precision" : 4, "scale" : 2}}
    ]
}

and I create a

Improve this page

Add a description, image, and links to the kafka-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kafka-tools topic, visit your repo's landing page and select "manage topics."

Learn more