-
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
PIP-72: Introduce Pulsar Interface Taxonomy: Audience and Stability Classification #8530
Conversation
*Motivation* The checkstyle violations were introduced by two concurrent merges
/pulsarbot run-failure-checks |
@@ -22,9 +22,13 @@ | |||
|
|||
import com.google.common.base.Predicate; | |||
import com.google.common.collect.Range; | |||
import org.apache.bookkeeper.common.annotation.InterfaceAudience; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you using "org.apache.bookkeeper.common" and not "org.apache.pulsar.common" here and in other files ?
it is a typo? or you did it for some reason ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
managed-ledger already used bookkeeper annotations. I am keeping it consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Good job. |
…Classification (apache#8530) *Motivation* Introduce Pulsar Interface Taxonomy to provide guidance for developers and users to use Pulsar APIs.
Motivation
Introduce Pulsar Interface Taxonomy to provide guidance for developers and users to use Pulsar APIs.