Skip to content

Commit

Permalink
Merge pull request #809: [proxima-direct-io-pubsub] rethrow all excep…
Browse files Browse the repository at this point in the history
…tions in PubSubReader.observe
  • Loading branch information
je-ik authored Jul 11, 2023
2 parents cdaae4d + fe1de13 commit b369cee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,6 @@ Subscriber newSubscriber(ProjectSubscriptionName subscription, MessageReceiver r
if (subscriptionAutoCreate) {
try (SubscriptionAdminClient client = SubscriptionAdminClient.create()) {
createSubscription(client, subscription);
} catch (IOException ex) {
log.error("Failed to close SubscriptionAdminClient", ex);
} catch (Exception ex) {
throw new RuntimeException(ex);
}
Expand Down

0 comments on commit b369cee

Please sign in to comment.