Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
6deb8f96
Commit
6deb8f96
authored
Jan 16, 2021
by
harshit aggarwal
Browse files
minor logging addition in azure code
parent
f3afb66e
Pipeline
#21840
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/wks-azure/src/main/java/org/opengroup/osdu/wks/provider/azure/pubsub/MessageHandler.java
View file @
6deb8f96
...
...
@@ -22,6 +22,7 @@ public class MessageHandler implements IMessageHandler {
@Override
public
CompletableFuture
<
Void
>
onMessageAsync
(
IMessage
message
)
{
LOGGER
.
info
(
"Pulled a Service Bus message"
);
this
.
processWKSTransform
.
initiateWksTransformation
(
message
);
return
this
.
receiveClient
.
completeAsync
(
message
.
getLockToken
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment