Skip to content
Snippets Groups Projects
Commit cba67ebf authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Refactor the codes

parent debe03a2
No related branches found
No related tags found
1 merge request!597Make sure that the indexing message sent to Azure service bus is not over-size
Pipeline #204302 failed
...@@ -58,7 +58,7 @@ import static org.opengroup.osdu.core.common.model.http.DpsHeaders.AUTHORIZATION ...@@ -58,7 +58,7 @@ import static org.opengroup.osdu.core.common.model.http.DpsHeaders.AUTHORIZATION
@RequestScope @RequestScope
@Primary @Primary
public class IndexerQueueTaskBuilderAzure extends IndexerQueueTaskBuilder { public class IndexerQueueTaskBuilderAzure extends IndexerQueueTaskBuilder {
Gson gson = new Gson(); private Gson gson = new Gson();
@Autowired @Autowired
private ITopicClientFactory topicClientFactory; private ITopicClientFactory topicClientFactory;
......
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