-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Add a feature/defaults chart for each official Client (e.g. Java, Go, Python etc.) so folks can compare/contrast #9723
Comments
+1 on this. |
and there is something more detailled in work, see #5959 (comment)
|
@frankjkelly @hpvd Thank you for raising the issue, we've summarized the client matrix and Function Features in https://docs.google.com/spreadsheets/d/1iTzn6QnOpTYK8QQHxXRb6a25nvuTNGPPJDdUQHGBUS4/edit#gid=1784579914 |
If you find anything to be updated, feel free to comment in the google sheet directly. Thank you very much for your patience and support~ |
@jennifer88huang awesome! Many thanks! Thinking this further one could directly link from matrix to the detail doc... doing this, feature matrix is some kind of additional list of contents for doc. |
Having such a great overview, the feature matrix deserves a more prominent place to be found. |
@hpvd I'm thinking about it. If you have any idea or suggestion, feel free to let me know. Thank you. |
That is just wonderful news - thank you @jennifer88huang definitely worth sharing far and wide in Slack, Emails, links from doc. Will be super helpful for current and future developers! Thanks so much! |
@frankjkelly thank you for your advice, I'll share it in different channels so more people who care about it will know it. |
@jennifer88huang I think this can be closed now - what do you think? |
@frankjkelly Yes, thank you for your reminder. |
Is your enhancement request related to a problem? Please describe.
As a microservices developer we have folks who use Java, some who use Go and some who use Python etc.
It appears that the clients are on a slightly different feature development timeline and/or have some different defaults.
Describe the solution you'd like
Create a matrix/chart of the clients and the various features that each chart supports e.g.
pulsar/pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ProducerConfigurationData.java
Line 158 in 2a1828c
Describe alternatives you've considered
Remain as is - creates a lot of onus on the developer as Pulsar (fortunately!) has so many awesome features and settings.
Additional context
N/A
The text was updated successfully, but these errors were encountered: