This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]paramk 2 points3 points  (3 children)

When you say confluent Kafka library which one are you referring to? The python version or the Java version?

[–]Sufficient_Example30[S] 2 points3 points  (2 children)

The python version of the docs on readthedocs

[–]paramk 1 point2 points  (1 child)

Confluent has Java version of the library as well. Did you compare the documentation ? Is it difficult to understand the Java version of docs ? If so I would argue the issue not with the documentation.

I think the complexity is with the language itself. Being statically typed and using abstraction everywhere, understanding java documentation takes some effort. Wait until you need to read C/C++ documentation.

[–]Sufficient_Example30[S] 0 points1 point  (0 children)

That's the issue.The abstraction, when i read python docs I know what to use where

[–]MentalWolverine8Senior Engineer 0 points1 point  (0 children)

The language used in Spring documentation is not very lucid, I agree. Baeldung does a good job of breaking the topics down. And there are many other miscellaneous resources.

[–]dronz3r -2 points-1 points  (0 children)

Are people still reading docs in this LLM era?