MINOR: fix linking errors in javadoc#8198
Conversation
7dc3428 to
4c123bb
Compare
There was a problem hiding this comment.
avoid importing ProducerRecord explicitly
There was a problem hiding this comment.
avoid importing ConsumerRecords explicitly
…pache#6678) Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
…pache#6678) Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
…pache#6678) Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
kkonstantine
left a comment
There was a problem hiding this comment.
Thanks @chia7712
This looks pretty good overall. I've added suggestions in a few places that needed improvement.
Also, a few of the issues have been fixed in other PRs, so it'd be good to rebase.
There was a problem hiding this comment.
| * Options for the {@link AdminClient#alterConsumerGroupOffsets(String, Map)} call. | |
| * Options for the {@link AdminClient#alterConsumerGroupOffsets(String, Map, AlterConsumerGroupOffsetsOptions)} call. |
There was a problem hiding this comment.
| * Options for {@link Admin#electLeaders(ElectionType, Set, ElectLeadersOptions)} . | |
| * Options for {@link Admin#electLeaders(ElectionType, Set, ElectLeadersOptions)}. |
There was a problem hiding this comment.
| import java.util.Collection; | |
| import java.util.Collection; |
There was a problem hiding this comment.
| import java.util.Map; | |
| import java.util.Map; | |
There was a problem hiding this comment.
This has been fixed by: #8291
Please omit and rebase to get the latest changes.
There was a problem hiding this comment.
| import java.util.Arrays; | |
| import java.util.Set; | |
| import org.apache.kafka.common.annotation.InterfaceStability; | |
| import org.apache.kafka.common.annotation.InterfaceStability; | |
| import java.util.Arrays; | |
| import java.util.Set; |
There was a problem hiding this comment.
Is there a rule of imports layout? I observe the following layout in project.
import org.apache.kafka.common.KafkaFuture;
import org.apache.kafka.common.Node;
import org.apache.kafka.common.acl.AclOperation;
import org.apache.kafka.common.annotation.InterfaceStability;
import java.util.Collection;
import java.util.Set;import java.util.Set;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.kafka.clients.ApiVersions;
import org.apache.kafka.clients.producer.Callback;
import org.apache.kafka.common.utils.ProducerIdAndEpoch;
import org.apache.kafka.common.Cluster;
There was a problem hiding this comment.
This has been fixed by: #8291
Please omit and rebase to get the latest changes.
There was a problem hiding this comment.
This has been fixed by: #8291
Please omit and rebase to get the latest changes.
But see below on line 126 for a misformatting that needs to be fixed:
@{link commitRecord(SourceRecord)} needs to be {@link #commitRecord(SourceRecord)}
There was a problem hiding this comment.
This has been fixed by: #8314
Please omit and rebase to get the latest changes.
There was a problem hiding this comment.
This has been fixed by: #8314
Please omit and rebase to get the latest changes.
Same for the rest of the issues in this file probably
@kkonstantine thanks for reviews!!! |
|
Unfortunately, the tests But since these were the only failures, and these tests are not related to the changes, I'll go ahead and merge this javadoc improvements to |
|
Merged to |
…e non-existent method pipe (apache#6678) TICKET = LI_DESCRIPTION = EXIT_CRITERIA = HASH [62617b9] ORIGINAL_DESCRIPTION = Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com> (cherry picked from commit 62617b9)
…pache#6678) Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
…pache#6678) Minor fix of apache#8198 apache/kafka-site#210 Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
* apache-github/2.3: MINOR: Update documentation for enabling optimizations (apache#7099) MINOR: Remove stale streams producer retry default docs. (apache#6844) KAFKA-8635; Skip client poll in Sender loop when no request is sent (apache#7085) KAFKA-8615: Change to track partition time breaks TimestampExtractor (apache#7054) KAFKA-8670; Fix exception for kafka-topics.sh --describe without --topic mentioned (apache#7094) KAFKA-8602: Separate PR for 2.3 branch (apache#7092) KAFKA-8530; Check for topic authorization errors in OffsetFetch response (apache#6928) KAFKA-8662; Fix producer metadata error handling and consumer manual assignment (apache#7086) KAFKA-8637: WriteBatch objects leak off-heap memory (apache#7050) KAFKA-8620: fix NPE due to race condition during shutdown while rebalancing (apache#7021) HOT FIX: close RocksDB objects in correct order (apache#7076) KAFKA-7157: Fix handling of nulls in TimestampConverter (apache#7070) KAFKA-6605: Fix NPE in Flatten when optional Struct is null (apache#5705) Fixes apache#8198 KStreams testing docs use non-existent method pipe (apache#6678) KAFKA-5998: fix checkpointableOffsets handling (apache#7030) KAFKA-8653; Default rebalance timeout to session timeout for JoinGroup v0 (apache#7072) KAFKA-8591; WorkerConfigTransformer NPE on connector configuration reloading (apache#6991) MINOR: add upgrade text (apache#7013) Bump version to 2.3.1-SNAPSHOT
It seems to me we should block PR for javadoc error since the doc error is too noisy to the build log.
The Javadoc error about inaccessible link is NOT included by this PR.
related to #8291
Committer Checklist (excluded from commit message)