Change-Id: If0ad9c6b3a0f19ff3711d6230eb64e0dca1c1ef1
Issue-ID: POLICY-2272
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
public static TopicParameters getTopicParams() {
final TopicParameters topicParams = new TopicParameters();
topicParams.setTopic("POLICY-PDP-PAP");
- topicParams.setTopicCommInfrastructure("dmaap");
+ topicParams.setTopicCommInfrastructure("noop");
topicParams.setServers(Arrays.asList("message-router"));
return topicParams;
}
{
"name":"ApexStarterParameterGroup",
"restServerParameters": {
- "host": "0.0.0.0",
+ "host": "localhost",
"port": 6969,
"userName": "healthcheck",
"password": "zb!XztG34",