MINOR: Remove deprecated KafkaStreams constructors in docs#5118
Conversation
|
Tutorial also needs an update. For example: |
|
Also |
|
datatypes.html: |
|
There is two more in |
|
Also multiple in "Interactive Queries" page |
|
Multiple ones in memory management: |
|
Processor API section: |
|
security.html also uses |
|
Maybe update |
|
And "Writing a Streams Application": |
|
ProcessorContext.java has it in its JavaDoc, too: |
|
That should be all, if I did not miss any... Please double check. :) |
|
@mjsax I made a pass over all docs file and I think I should have got all of them. |
mjsax
left a comment
There was a problem hiding this comment.
Thanks @guozhangwang! With all the HTML markup, it's hard to review... Hope I didn't miss anything...
LGTM.
bbejeck
left a comment
There was a problem hiding this comment.
Thanks, @guozhangwang just one super-nit. LGTM
docs/streams/tutorial.html
Outdated
| we can now construct the Streams client with the two components we have just constructed above: the configuration map and the topology object | ||
| (one can also construct a <code>StreamsConfig</code> object from the <code>props</code> map and then pass that object to the constructor, | ||
| <code>KafkaStreams</code> have overloaded constructor functions to takes either type). | ||
| we can now construct the Streams client with the two components we have just constructed above: the configuration map and the topology object. |
There was a problem hiding this comment.
super nit: configuration map -> java.util.Properties instance?
…emove-StreamsConfig-constructor
…grained-acl-create-topics * apache-github/trunk: KAFKA-5588: Remove deprecated --new-consumer tools option (apache#5097) MINOR: Fix for the location of the trogdor.sh executable file in the documentation. (apache#5040) KAFKA-6997: Exclude test-sources.jar when $INCLUDE_TEST_JARS is FALSE MINOR: docs should point to latest version (apache#5132) KAFKA-6981: Move the error handling configuration properties into the ConnectorConfig and SinkConnectorConfig classes (KIP-298) [KAFKA-6730] Simplify State Store Recovery (apache#5013) MINOR: Rename package `internal` to `internals` for consistency (apache#5137) KAFKA-6704: InvalidStateStoreException from IQ when StreamThread closes store (apache#4801) MINOR: Add missing configs for resilience settings MINOR: Add regression tests for KTable mapValues and filter (apache#5134) KAFKA-6750: Add listener name to authentication context (KIP-282) (apache#4829) KAFKA-3665: Enable TLS hostname verification by default (KIP-294) (apache#4956) KAFKA-6938: Add documentation for accessing Headers on Kafka Streams Processor API (apache#5128) KAFKA-6813: return to double-counting for count topology names (apache#5075) KAFKA-5919; Adding checks on "version" field for tools using it MINOR: Remove deprecated KafkaStreams constructors in docs (apache#5118)
…refix * apache-github/trunk: KAFKA-6726: Fine Grained ACL for CreateTopics (KIP-277) (apache#4795) KAFKA-5588: Remove deprecated --new-consumer tools option (apache#5097) MINOR: Fix for the location of the trogdor.sh executable file in the documentation. (apache#5040) KAFKA-6997: Exclude test-sources.jar when $INCLUDE_TEST_JARS is FALSE MINOR: docs should point to latest version (apache#5132) KAFKA-6981: Move the error handling configuration properties into the ConnectorConfig and SinkConnectorConfig classes (KIP-298) [KAFKA-6730] Simplify State Store Recovery (apache#5013) MINOR: Rename package `internal` to `internals` for consistency (apache#5137) KAFKA-6704: InvalidStateStoreException from IQ when StreamThread closes store (apache#4801) MINOR: Add missing configs for resilience settings MINOR: Add regression tests for KTable mapValues and filter (apache#5134) KAFKA-6750: Add listener name to authentication context (KIP-282) (apache#4829) KAFKA-3665: Enable TLS hostname verification by default (KIP-294) (apache#4956) KAFKA-6938: Add documentation for accessing Headers on Kafka Streams Processor API (apache#5128) KAFKA-6813: return to double-counting for count topology names (apache#5075) KAFKA-5919; Adding checks on "version" field for tools using it MINOR: Remove deprecated KafkaStreams constructors in docs (apache#5118)
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Committer Checklist (excluded from commit message)