[
https://issues.apache.org/jira/browse/KAFKA-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922722#comment-15922722
]
ASF GitHub Bot commented on KAFKA-4769:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/2554
> Add Float serializer, deserializer, serde
> -----------------------------------------
>
> Key: KAFKA-4769
> URL: https://issues.apache.org/jira/browse/KAFKA-4769
> Project: Kafka
> Issue Type: Improvement
> Components: clients
> Affects Versions: 0.10.1.1, 0.10.2.0
> Reporter: Michael Noll
> Assignee: Michael Noll
> Priority: Minor
> Fix For: 0.11.0.0
>
>
> We currently provide serializers/deserializers/serdes for a few data types
> such as String, Long, Double, but not yet for Float.
> Adding built-in support Float is helpful for when e.g. you are using Kafka
> Connect to write data from a MySQL database, where the field was defined as a
> FLOAT, so the schema was generated as FLOAT, and you like to subsequently
> process the data with Kafka Streams.
> Possible workaround:
> Instead of adding Float support, users can manually convert from float to
> double. The point of this ticket however is to save the user from being
> forced to convert manually, thus providing more convenience and slightly
> better Connect-Streams interoperability in a scenario such as above.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)