-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Functions] Remove unused class which didn't get reverted #11707
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
[Functions] Remove unused class which didn't get reverted #11707
Conversation
- this should have been part of apache#10843 which reverted apache#8434 changes
| if (producerSpec.getBatchBuilder() != null) { | ||
| if (producerSpec.getBatchBuilder().equals("KEY_BASED")) { | ||
| this.producerBuilder.batcherBuilder(BatcherBuilder.KEY_BASED); | ||
| } else { | ||
| this.producerBuilder.batcherBuilder(BatcherBuilder.DEFAULT); | ||
| } | ||
| } |
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.
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.
|
@lhotari double check: no need to update docs? |
@Anonymitaet no need. I added the label. |
eolivelli
left a comment
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
…PulsarCluster.java which didn't get reverted (apache#11707)
Motivation
Modifications
remove
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/PulsarCluster.javawhich is unused