[
https://issues.apache.org/jira/browse/KAFKA-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787275#comment-16787275
]
Matthias J. Sax commented on KAFKA-3729:
----------------------------------------
`configure()` expects `Map<String, ?> configs` but returns `Map<String,
Object>`, so the types don't match and you get "unchecked" warning (and warning
fail the build). You would need to add `@SuppressWarning("unckecked")` to the
method to suppress the warning ant to make the build pass.
> Auto-configure non-default SerDes passed alongside the topology builder
> ------------------------------------------------------------------------
>
> Key: KAFKA-3729
> URL: https://issues.apache.org/jira/browse/KAFKA-3729
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Fred Patton
> Priority: Major
> Labels: api, newbie
> Attachments: 3729.txt
>
>
> From Guozhang Wang:
> "Only default serdes provided through configs are auto-configured today. But
> we could auto-configure other serdes passed alongside the topology builder as
> well."
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)