GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/281
KAFKA-2476: Add Decimal, Date, and Timestamp logical types.
To support Decimal, this also adds support for schema parameters, which is
an
extra set of String key value pairs which provide extra information about
the
schema. For Decimal, this is used to encode the scale parameter, which is
part
of the schema instead of being passed with every value.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka kafka-2476-copycat-logical-types
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/281.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #281
----
commit a97ff2f3d9ccce878d34036a8ce4e6ca35cbe08c
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2015-10-05T23:23:52Z
KAFKA-2476: Add Decimal, Date, and Timestamp logical types.
To support Decimal, this also adds support for schema parameters, which is
an
extra set of String key value pairs which provide extra information about
the
schema. For Decimal, this is used to encode the scale parameter, which is
part
of the schema instead of being passed with every value.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---