[
https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200721#comment-15200721
]
ASF GitHub Bot commented on KAFKA-2982:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/1092
KAFKA-2982; Mark the old Scala producer and related classes as deprecated
Also update server tests to always use new producer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka kafka-2982-deprecate-old-producers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1092.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 #1092
----
commit 293f58a5c388bce1c8af8fd317d3f39158fb78b2
Author: Ismael Juma <[email protected]>
Date: 2016-03-15T01:49:05Z
Deprecate old producers
commit 4ca324dd2c625ab99f2394dae33502c651331244
Author: Ismael Juma <[email protected]>
Date: 2016-03-17T15:22:43Z
Remove settings that have no effect
commit 30a89c084426849cb26ce5efd62fdf0c9d6497ce
Author: Ismael Juma <[email protected]>
Date: 2016-03-17T23:43:10Z
Remove deprecated default arguments from `produceRequest*`
As warnings are printed otherwise.
commit 70c65b21079c521ac3058e34609565f1542fb3aa
Author: Ismael Juma <[email protected]>
Date: 2016-03-18T00:05:54Z
Use new producer in server tests
We still use the old producer in old clients
tests.
----
> Mark the old Scala producer and related classes as deprecated
> -------------------------------------------------------------
>
> Key: KAFKA-2982
> URL: https://issues.apache.org/jira/browse/KAFKA-2982
> Project: Kafka
> Issue Type: Sub-task
> Affects Versions: 0.9.0.0
> Reporter: Grant Henke
> Assignee: Ismael Juma
> Priority: Critical
> Fix For: 0.10.0.0
>
>
> Now that the new producer and consumer are released the old Scala producer
> and consumer clients should be deprecated to encourage use of the new clients
> and facilitate the removal of the old clients.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)