Skip to content

Commit

Permalink
change constructor access for ConsumerBuilderImpl (apache#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui authored and sijie committed Oct 10, 2018
1 parent 6d6155e commit 362f795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class ConsumerBuilderImpl<T> implements ConsumerBuilder<T> {

private static long MIN_ACK_TIMEOUT_MILLIS = 1000;

ConsumerBuilderImpl(PulsarClientImpl client, Schema<T> schema) {
public ConsumerBuilderImpl(PulsarClientImpl client, Schema<T> schema) {
this(client, new ConsumerConfigurationData<T>(), schema);
}

Expand Down

0 comments on commit 362f795

Please sign in to comment.