Skip to content
Snippets Groups Projects
Commit 238aacc6 authored by Komal Makkar's avatar Komal Makkar
Browse files

undoing stray changes

parent eb8eedb4
No related branches found
No related tags found
1 merge request!38Changes in IT to match Infra
Pipeline #16823 failed
......@@ -127,7 +127,6 @@ public class PubsubEndpoint {
requestHeader.put(DpsHeaders.CONTENT_TYPE, "application/json");
requestHeader.put(DpsHeaders.CORRELATION_ID, headerAttributes.get(DpsHeaders.CORRELATION_ID));
requestHeader.put(DpsHeaders.DATA_PARTITION_ID, headerAttributes.get(DpsHeaders.DATA_PARTITION_ID));
this.log.info("komakkar sending out notification to endpoint: " + headers.toString());
HttpRequest request = HttpRequest.post().url(pushUrl).headers(requestHeader).body(pubsubMessage).connectionTimeout(WAITING_TIME).build();
HttpResponse response = httpClient.send(request);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment