문제

Does scaladoc/javadoc for Apache Kafka exist somewhere on the web?

(yes, I can download the sources and generate it for personal use, but for quoting in emails/conversations a URL comes very handy)

도움이 되었습니까?

해결책 2

I asked myself the same question just some days ago, and it seems that the answer is still "no".

What worked for me was generating everything locally (as you mention) and then publish the html in an intranet server to address linking/conversational needs.

If you need something "public", I guess a Github project page will be good enough, until Kafka 1.0 ready.

다른 팁

For a more recent update to this question, javadocs are now available.

0.9.0

0.8.2

In addition to @morgan09dev, you can find documentation for the scala code in the following links which consists of the old producer and consumer apis and the broker part:

0.9.0.1

0.8.2.2

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top