This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20798-gcp in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0545a9cd2a53b8f80a0c825b3844e7c4317f3a00 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 28 11:04:44 2024 +0200 CAMEL-20798: EndpointServiceLocation on components to make it possible to know which remote system Camel connects to to assist for monitoring and observability - Google Pubsub Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java b/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java index e8ec322336a..b714ab3a95b 100644 --- a/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java +++ b/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java @@ -277,7 +277,6 @@ public class GooglePubsubEndpoint extends DefaultEndpoint implements EndpointSer public Map<String, String> getServiceMetadata() { if (getDestinationName() != null) { return Map.of("destinationName", getDestinationName()); - ); } return null; }