-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cooperation on Pulsar client for Scala #261
Comments
I assume you're asking for us to donate the project to the ASF. Would there be any additional changes needed? Ideally we'd want to maintain our own release schedule and ability to make API changes when necessary. This is still a fairly rapidly evolving project. We might want to think about simplifying the API a bit to minimize the breaking changes we need to make on new versions. I'm also not sure if an official library should attempt to support every effect type and JSON library in wide use; those might be better off as separate unofficial projects. |
The advantages of being with Apache are the "official" status it confers. I have no experience with Apache so my worry is that things like the release process become bogged down in "red tape". Right now we can do a release by clicking a button with github actions. Or if we want to change something, Greg and I can decide and implement it as quickly as we want. Would a relatively niche library gain much from Apache status ? |
Can any of you help answer these questions? @sijie @jiazhai @codelipenghui |
I found that @sijie has answered some similar questions elsewhere, so I copied his feedback here.
|
I think it will probably slow down a bit on the release process given the new release has to follow the ASF policy. An alternative way to maintain the momentum of this project and give more exposure to this scala client is to maintain a documentation page about this scala client on the pulsar website. Does that sound like a good starting approach? @gmethvin @sksamuel @Anonymitaet does that resolve the documentation concern you have? |
I think the documentation idea is an excellent one to start. |
Hi @sijie, as instructed by @codelipenghui, we will start working on the Scala user guide and publish it on the Pulsar website after the Scala client is donated to Pulsar. |
@Anonymitaet Let's not worry about the donation process. It is okay to add a page about the scala client. We just need to note that the client is hosted in a different repo. |
Yes, I think the documentation would be a good place to start. |
In the long run I think it'd be valuable to provide an official Scala library that supports basic functionality, but doesn't attempt to integrate with third-party libraries. In practice I suspect most people would need to use at least one of the integration libraries, but keeping those libraries separate would allow us to iterate faster. Right now, the main changes in the core API have been to support new Pulsar APIs, and to add additional configuration options. We might want to consider some API changes to improve backwards compatibility going forward, like using a builder pattern instead of a case class for configuration. |
As we all agreed that the doc is a good place to start, which way do you prefer to contribute the doc? #1: contribute the Scala user guide to the Pulsar website yourself (you can take Pulsar client docs and Pulsar client feature matrix as references) and then I'll review or #2: I draft one based on Scala readme, request your review and technical inputs (if any), and then submit doc PR to Pulsar repo Let me know your thoughts. Thank you. |
So you'd like to have the pulsar4s docs look like the docs for the official clients, just with an additional note that it's a third-party library? I'm happy to contribute to the docs directly, though I'm a little busy the next couple weeks so I'm not sure how soon I'd be able to send the PR. Do you have any suggestions based on what you read in the readme, or your experience using the client? I'm sure there are things that could be added or clarified. |
@gmethvin many thanks for your feedback.
We can add pulsar4s docs on the Pulsar doc website and add a note that this is a third-party client in Scala.
As we know, quality docs help users use the project and be able to improve on the project in return. Hope we can work together to build a robust, mature, and successful project. Looking forward to hearing from you soon. |
Hi @gmethvin, any feedback for the client docs and the Pulsar Client Feature Matrix? Thank you |
Hi @sksamuel,
Hope you’re having a great holiday.
My name is Yu Liu. I'm a Pulsar committer and technical writer.
When browsing the Pulsar website, I found that you have developed a wonderful Scala client for Pulsar and draw much attention. Thanks for this great work!
Since good projects are collaborations between motivated individuals, I'm wondering if you'd like to donate the Scala client to Apache Pulsar, which is beneficial for attracting more programmers to share quality code, appealing to more technical writers to develop docs (I found you've written some guides and I'd like to contribute together), and allowing more users to use it conveniently.
Any thoughts on this? Looking forward to hearing from you.
Merry Christmas with lots of love.
Yu
The text was updated successfully, but these errors were encountered: