Skip to content

Commit

Permalink
[proxima-direct-io-pubsub] rethrow all exceptions in PubSubReader.obs…
Browse files Browse the repository at this point in the history
…erve
  • Loading branch information
je-ik committed Jul 11, 2023
1 parent cdaae4d commit fe1de13
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 fe1de13

Please sign in to comment.