Вопрос

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