Skip to content

Commit

Permalink
fix build break in eph due to merge from master (#141)
Browse files Browse the repository at this point in the history
* Cherry-picking PR119 and PR122 into master (#129)

* Handle StorageExceptions from AzureBlobLease.isExpired

* Improve notification experience for ExecutionExceptions

* Cherry-pick PR119, start cherry-picking PR122

* Finish cherry-picking PR122

* Remove partial change that was picked accidentally

* Add Javadocs for PartitionManagerOptions (#130)

* Handle StorageExceptions from AzureBlobLease.isExpired

* Improve notification experience for ExecutionExceptions

* Cherry-pick PR119, start cherry-picking PR122

* Finish cherry-picking PR122

* Remove partial change that was picked accidentally

* Add Javadoc for PartitionManangerOptions

* Undo merge problem

* Set versions to 0.14.0 except eph 0.14.1

* Special override for EPH version

* Fix connectionImpl objects leak issue in scenarios when service closes connection (#116)

* free connectionImpl objects leak issue upon connection failures from service
* fix receive unit test
* skip connection.free in case when connection is not initialized

* Adding Interface for EventHubClient class to enable mock testing

* add no-arg constructors for GSon serialized types (#112)


# Conflicts:
#	azure-eventhubs-eph/src/main/java/com/microsoft/azure/eventprocessorhost/AzureBlobLease.java

* split platform & framework while adding to connection properties (#124)

* Update version to 0.14.2

* bump up the version to 0.15.0

* add receiver identifier to ReceiverOptions

* minor refactor

* client version to 0.14.3

* Refresh token every 10 mins - to help with error situations

* javadoc for receiveridentifier (#138)

* fix eph build issue after merge from master

* fix build break in eph after merge from master
  • Loading branch information
SreeramGarlapati authored and sjkwak committed Jul 7, 2017
1 parent 42aa5a9 commit 1d63490
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,6 @@ public EventProcessorHost(
String getConsumerGroupName() { return this.consumerGroupName; }
EventProcessorOptions getEventProcessorOptions() { return this.processorOptions; }

public PartitionManagerOptions getPartitionManagerOptions() { return this.partitionManagerOptions; }

public void setPartitionManagerOptions(PartitionManagerOptions options) { this.partitionManagerOptions = options; }

/**
* Returns the existing partition manager options object. Unless you are providing implementations of
* ILeaseManager and ICheckpointMananger, to change partition manager options, call this method to get
Expand Down

0 comments on commit 1d63490

Please sign in to comment.