[ 
https://issues.apache.org/jira/browse/KAFKA-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479859#comment-16479859
 ] 

ASF GitHub Bot commented on KAFKA-6913:
---------------------------------------

rhauch opened a new pull request #5034: KAFKA-6913: Add Connect converters and 
header converters for short, integer, long, float, and double (WIP)
URL: https://github.com/apache/kafka/pull/5034
 
 
   *Do not merge until 
[KIP-305](https://cwiki.apache.org/confluence/display/KAFKA/KIP-305%3A+Add+Connect+primitive+number+converters)
 is approved.*
   
   Added converters and header converters for the primitive number types for 
which Kafka already had serializers and deserializers. All extend a common base 
class, `NumberConverter`, that encapsulates most of the shared functionality. 
Unit tests were added to check the basic functionality.
   
   These classes are not used by any other Connect code, and must be explicitly 
used in Connect workers and connectors.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add primitive numeric converters to Connect
> -------------------------------------------
>
>                 Key: KAFKA-6913
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6913
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>    Affects Versions: 1.1.0
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>            Priority: Major
>              Labels: needs-kip
>
> Kafka common includes serdes for long, int, short, float, and double types, 
> but Connect does not have converters for these. They should support null.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to