A. Sophie Blee-Goldman created KAFKA-12782:
----------------------------------------------
Summary: Javadocs search sends you to a non-existent URL
Key: KAFKA-12782
URL: https://issues.apache.org/jira/browse/KAFKA-12782
Project: Kafka
Issue Type: Bug
Components: docs
Reporter: A. Sophie Blee-Goldman
I was looking up a class using the javadocs search functionality, and clicked
on the link when TaskId came up, but it sent me to which
[https://kafka.apache.org/28/javadoc/undefined/org/apache/kafka/streams/processor/TaskId.html]
does not exist.
I noticed the URL had an odd "undefined" term inserted before the package name,
so I took that out and was able to find the [correct
javadocs|https://kafka.apache.org/28/javadoc/org/apache/kafka/streams/processor/TaskId.html].
So the search seems to be broken due to this "undefined" term that's being
injected somewhere, for some reason.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)