diff --git a/registration-processor/core-processor/registration-processor-abis-handler-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-abis-handler-stage/src/main/resources/bootstrap.properties index 1e0fdbc3313..e7cd3ab5eef 100644 --- a/registration-processor/core-processor/registration-processor-abis-handler-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-abis-handler-stage/src/main/resources/bootstrap.properties @@ -9,7 +9,7 @@ packet.info.storage.service=registration-processor-packet-info-storage-service config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ management.endpoints.web.exposure.include=refresh registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml #server.port=9071 ##disabling health check so that client doesnt try to load properties from sprint config server every ## 5 minutes (should not be done in production) diff --git a/registration-processor/core-processor/registration-processor-abis-middleware-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-abis-middleware-stage/src/main/resources/bootstrap.properties index 38f0529276a..2b9824b9909 100644 --- a/registration-processor/core-processor/registration-processor-abis-middleware-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-abis-middleware-stage/src/main/resources/bootstrap.properties @@ -9,7 +9,7 @@ packet.info.storage.service=registration-processor-packet-info-storage-service config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ management.endpoints.web.exposure.include=refresh registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml #disabling health check so that client doesnt try to load properties from sprint config server every # 5 minutes (should not be done in production) health.config.enabled=false diff --git a/registration-processor/core-processor/registration-processor-bio-dedupe-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-bio-dedupe-stage/src/main/resources/bootstrap.properties index b02fdad1d2a..e779b1c0160 100644 --- a/registration-processor/core-processor/registration-processor-bio-dedupe-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-bio-dedupe-stage/src/main/resources/bootstrap.properties @@ -1,23 +1,23 @@ -#spring.cloud.config.uri=localhost -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -#spring.profiles.active=mz -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#server.port=9096 -##disabling health check so that client doesnt try to load properties from sprint config server every -## 5 minutes (should not be done in production) -#health.config.enabled=false -#eventbus.port=5718 -#server.servlet.path=/registrationprocessor/v1/biodedupe -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.bio.dedupe.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.bio.dedupe.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.bio.dedupe.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.bio.dedupe.eventbus.kafka.group.id} +#spring.cloud.config.uri=localhost +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +#spring.profiles.active=mz +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#server.port=9096 +##disabling health check so that client doesnt try to load properties from sprint config server every +## 5 minutes (should not be done in production) +#health.config.enabled=false +#eventbus.port=5718 +#server.servlet.path=/registrationprocessor/v1/biodedupe +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.bio.dedupe.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.bio.dedupe.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.bio.dedupe.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.bio.dedupe.eventbus.kafka.group.id} diff --git a/registration-processor/core-processor/registration-processor-biometric-authentication-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-biometric-authentication-stage/src/main/resources/bootstrap.properties index 597f72b3596..ce08719b019 100644 --- a/registration-processor/core-processor/registration-processor-biometric-authentication-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-biometric-authentication-stage/src/main/resources/bootstrap.properties @@ -1,24 +1,24 @@ -#spring.cloud.config.uri=localhost -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -#spring.profiles.active=dev -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -#server.port=8020 -#eventbus.port=5777 -#server.servlet.path=/registrationprocessor/v1/bioauth -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.biometric.authentication.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.biometric.authentication.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.biometric.authentication.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.biometric.authentication.eventbus.kafka.group.id} +#spring.cloud.config.uri=localhost +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +#spring.profiles.active=dev +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +#server.port=8020 +#eventbus.port=5777 +#server.servlet.path=/registrationprocessor/v1/bioauth +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.biometric.authentication.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.biometric.authentication.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.biometric.authentication.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.biometric.authentication.eventbus.kafka.group.id} diff --git a/registration-processor/core-processor/registration-processor-demo-dedupe-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-demo-dedupe-stage/src/main/resources/bootstrap.properties index 1fcdb67ada1..01726f4d038 100644 --- a/registration-processor/core-processor/registration-processor-demo-dedupe-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-demo-dedupe-stage/src/main/resources/bootstrap.properties @@ -1,24 +1,24 @@ -#spring.cloud.config.uri=localhost -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -#spring.profiles.active=dev -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -#server.port=8091 -#eventbus.port=5717 -# -#server.servlet.path=/registrationprocessor/v1/demodedupe -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.demo.dedupe.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.demo.dedupe.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.demo.dedupe.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.demo.dedupe.eventbus.kafka.group.id} +#spring.cloud.config.uri=localhost +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +#spring.profiles.active=dev +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +#server.port=8091 +#eventbus.port=5717 +# +#server.servlet.path=/registrationprocessor/v1/demodedupe +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.demo.dedupe.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.demo.dedupe.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.demo.dedupe.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.demo.dedupe.eventbus.kafka.group.id} diff --git a/registration-processor/core-processor/registration-processor-manual-adjudication-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-manual-adjudication-stage/src/main/resources/bootstrap.properties index 3332883ab08..482c605f16a 100644 --- a/registration-processor/core-processor/registration-processor-manual-adjudication-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-manual-adjudication-stage/src/main/resources/bootstrap.properties @@ -1,33 +1,34 @@ -#spring.cloud.config.uri=localhost -#spring.cloud.config.uri=http://localhost:51000/config -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -spring.profiles.active=mz -spring.cloud.config.name=registration-processor -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -config.server.file.storage.uri=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/ -#management.security.enabled=false -#server.servlet.path=/registrationprocessor/v1/manualverification -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -#server.port=8084 -#eventbus.port=5720 - -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.manual.adjudication.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.manual.adjudication.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.manual.adjudication.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.manual.adjudication.eventbus.kafka.group.id} - -spring.jpa.properties.hibernate.format_sql=true -spring.jpa.show-sql=true - -activemq.message.format=text - -registration.processor.manual.adjudication.policy.id=mpolicy-default-adjudication -registration.processor.manual.adjudication.subscriber.id=mpartner-default-adjudication -registration.processor.queue.manual.adjudication.request.messageTTL=0 -registration.processor.manual.adjudication.reprocess.buffer.time=30 +#spring.cloud.config.uri=localhost +#spring.cloud.config.uri=http://localhost:51000/config +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +spring.profiles.active=mz +spring.cloud.config.name=registration-processor +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +packet.info.storage.service=registration-processor-packet-info-storage-service +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +#management.security.enabled=false +#server.servlet.path=/registrationprocessor/v1/manualverification +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +#server.port=8084 +#eventbus.port=5720 + +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.manual.adjudication.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.manual.adjudication.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.manual.adjudication.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.manual.adjudication.eventbus.kafka.group.id} + +spring.jpa.properties.hibernate.format_sql=true +spring.jpa.show-sql=true + +activemq.message.format=text + +registration.processor.manual.adjudication.policy.id=mpolicy-default-adjudication +registration.processor.manual.adjudication.subscriber.id=mpartner-default-adjudication +registration.processor.queue.manual.adjudication.request.messageTTL=0 +registration.processor.manual.adjudication.reprocess.buffer.time=30 diff --git a/registration-processor/core-processor/registration-processor-uin-generator-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-uin-generator-stage/src/main/resources/bootstrap.properties index 38d85cea967..e8bde812399 100644 --- a/registration-processor/core-processor/registration-processor-uin-generator-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-uin-generator-stage/src/main/resources/bootstrap.properties @@ -1,28 +1,28 @@ -#spring.cloud.config.uri=http://localhost:51000/config -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -#spring.profiles.active=mz - -#spring.profiles.active=default -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#server.port=8099 -health.config.enabled=false -#eventbus.port=5719 -#server.servlet.path=/registrationprocessor/v1/uin-generator - -IDSCHEMAURL=https://dev.mosip.net/v1/syncdata/latestidschema -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.uin.generator.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.uin.generator.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.uin.generator.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.uin.generator.eventbus.kafka.group.id} - - +#spring.cloud.config.uri=http://localhost:51000/config +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +#spring.profiles.active=mz + +#spring.profiles.active=default +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#server.port=8099 +health.config.enabled=false +#eventbus.port=5719 +#server.servlet.path=/registrationprocessor/v1/uin-generator + +IDSCHEMAURL=https://dev.mosip.net/v1/syncdata/latestidschema +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.uin.generator.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.uin.generator.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.uin.generator.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.uin.generator.eventbus.kafka.group.id} + + #uingenerator.lost.packet.allowed.update.fields=null \ No newline at end of file diff --git a/registration-processor/core-processor/registration-processor-verification-stage/src/main/resources/bootstrap.properties b/registration-processor/core-processor/registration-processor-verification-stage/src/main/resources/bootstrap.properties index c44622edfa3..5c6e2afdf86 100644 --- a/registration-processor/core-processor/registration-processor-verification-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/core-processor/registration-processor-verification-stage/src/main/resources/bootstrap.properties @@ -1,25 +1,26 @@ -#spring.cloud.config.uri=http://localhost:51000/config -#spring.cloud.config.label=master -spring.application.name=application,registration-processor -spring.profiles.active=mz -spring.cloud.config.name=registration-processor -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -config.server.file.storage.uri=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/ -#management.security.enabled=false -#server.servlet.path=/registrationprocessor/v1/manualverification -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -#server.port=8084 -#eventbus.port=5720 - -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.verification.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.verification.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.verification.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.verification.eventbus.kafka.group.id} - -spring.jpa.properties.hibernate.format_sql=true -spring.jpa.show-sql=true +#spring.cloud.config.uri=http://localhost:51000/config +#spring.cloud.config.label=master +spring.application.name=application,registration-processor +spring.profiles.active=mz +spring.cloud.config.name=registration-processor +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +#management.security.enabled=false +#server.servlet.path=/registrationprocessor/v1/manualverification +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +#server.port=8084 +#eventbus.port=5720 + +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.verification.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.verification.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.verification.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.verification.eventbus.kafka.group.id} + +spring.jpa.properties.hibernate.format_sql=true +spring.jpa.show-sql=true diff --git a/registration-processor/init/registration-processor-packet-receiver-stage/src/main/resources/bootstrap.properties b/registration-processor/init/registration-processor-packet-receiver-stage/src/main/resources/bootstrap.properties index c6640938381..9afd19cf6c1 100644 --- a/registration-processor/init/registration-processor-packet-receiver-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/init/registration-processor-packet-receiver-stage/src/main/resources/bootstrap.properties @@ -1,25 +1,25 @@ -spring.cloud.config.uri=http://localhost:51000/config -spring.cloud.config.label=master -spring.profiles.active=default -spring.application.name=application,registration-processor -spring.cloud.config.name=registration-processor -management.endpoints.web.exposure.include=refresh -registration.processor.zone=dmz -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -server.port=8081 -server.servlet.path=/registrationprocessor/v1/packetreceiver -packet.receiver.stage=registration-processor-packet-receiver-stage -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.receiver.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ - -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -eventbus.port=5711 -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.receiver.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.receiver.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.receiver.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.receiver.eventbus.kafka.group.id} -#Since packet is not even uploaded to packetmanager, tag loading to message is disabled +spring.cloud.config.uri=http://localhost:51000/config +spring.cloud.config.label=master +spring.profiles.active=default +spring.application.name=application,registration-processor +spring.cloud.config.name=registration-processor +management.endpoints.web.exposure.include=refresh +registration.processor.zone=dmz +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +server.port=8081 +server.servlet.path=/registrationprocessor/v1/packetreceiver +packet.receiver.stage=registration-processor-packet-receiver-stage +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.receiver.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ + +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +eventbus.port=5711 +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.receiver.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.receiver.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.receiver.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.receiver.eventbus.kafka.group.id} +#Since packet is not even uploaded to packetmanager, tag loading to message is disabled mosip.regproc.message.tag.loading.disable=true \ No newline at end of file diff --git a/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties b/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties index 84c3600122c..81709f09f42 100644 --- a/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties +++ b/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties @@ -6,7 +6,7 @@ spring.cloud.config.name=registration-processor config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ management.endpoints.web.exposure.include=refresh registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml #management.security.enabled=false #disabling health check so that client doesnt try to load properties from sprint config server every # 5 minutes (should not be done in production) diff --git a/registration-processor/post-processor/registration-processor-credential-requestor-stage/src/main/resources/bootstrap.properties b/registration-processor/post-processor/registration-processor-credential-requestor-stage/src/main/resources/bootstrap.properties index e812af75ff3..8b58c76bc3e 100644 --- a/registration-processor/post-processor/registration-processor-credential-requestor-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/post-processor/registration-processor-credential-requestor-stage/src/main/resources/bootstrap.properties @@ -1,33 +1,33 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.application.name=application,registration-processor -spring.profiles.active=dev -spring.cloud.config.name=application,registration-processor -registration.processor.identityjson=RegistrationProcessorIdentity.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -server.port=8099 -server.servlet.path=/registrationprocessor/v1/credential-requestor - -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -eventbus.port=5722 -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.credentialrequestor.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.credentialrequestor.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.credentialrequestor.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.credentialrequestor.eventbus.kafka.group.id} -mosip.registration.processor.digitalcard.credentialtype=PDFCard -mosip.registration.processor.print.credentialtype=euin -mosip.registration.processor.digitalcard.template=RPR_UIN_CARD_TEMPLATE -mosip.registration.processor.print.template=RPR_UIN_CARD_TEMPLATE -# this property is used to define issuers eg partnerid:credentialType:templateTypeCode -mosip.registration.processor.default.internal.issuers=mpartner-default-digitalcard#PDFCard#RPR_UIN_CARD_TEMPLATE - +spring.cloud.config.uri=localhost +spring.cloud.config.label=master +spring.application.name=application,registration-processor +spring.profiles.active=dev +spring.cloud.config.name=application,registration-processor +registration.processor.identityjson=RegistrationProcessorIdentity.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +server.port=8099 +server.servlet.path=/registrationprocessor/v1/credential-requestor + +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +eventbus.port=5722 +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.credentialrequestor.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.credentialrequestor.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.credentialrequestor.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.credentialrequestor.eventbus.kafka.group.id} +mosip.registration.processor.digitalcard.credentialtype=PDFCard +mosip.registration.processor.print.credentialtype=euin +mosip.registration.processor.digitalcard.template=RPR_UIN_CARD_TEMPLATE +mosip.registration.processor.print.template=RPR_UIN_CARD_TEMPLATE +# this property is used to define issuers eg partnerid:credentialType:templateTypeCode +mosip.registration.processor.default.internal.issuers=mpartner-default-digitalcard#PDFCard#RPR_UIN_CARD_TEMPLATE + mosip.registration.processor.default.issuers=mpartner-default-print#euin#RPR_UIN_CARD_TEMPLATE \ No newline at end of file diff --git a/registration-processor/post-processor/registration-processor-message-sender-stage/src/main/resources/bootstrap.properties b/registration-processor/post-processor/registration-processor-message-sender-stage/src/main/resources/bootstrap.properties index 0903a6d1fe6..13e9e201443 100644 --- a/registration-processor/post-processor/registration-processor-message-sender-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/post-processor/registration-processor-message-sender-stage/src/main/resources/bootstrap.properties @@ -1,21 +1,21 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.profiles.active=dev -spring.application.name=application,registration-processor -registration.processor.identityjson=RegistrationProcessorIdentity.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ - -server.port=8088 -health.config.enabled=false -management.endpoints.web.exposure.include=refresh -eventbus.port=5721 -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -server.servlet.path=/registrationprocessor/v1/sender-stage -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.message.sender.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.message.sender.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.message.sender.eventbus.kafka.poll.frequency} +spring.cloud.config.uri=localhost +spring.cloud.config.label=master +spring.profiles.active=dev +spring.application.name=application,registration-processor +registration.processor.identityjson=RegistrationProcessorIdentity.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ + +server.port=8088 +health.config.enabled=false +management.endpoints.web.exposure.include=refresh +eventbus.port=5721 +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +server.servlet.path=/registrationprocessor/v1/sender-stage +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.message.sender.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.message.sender.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.message.sender.eventbus.kafka.poll.frequency} mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.message.sender.eventbus.kafka.group.id} \ No newline at end of file diff --git a/registration-processor/pre-processor/registration-processor-packet-classifier-stage/src/main/resources/bootstrap.properties b/registration-processor/pre-processor/registration-processor-packet-classifier-stage/src/main/resources/bootstrap.properties index d5cde9edd6b..51a0537f58d 100644 --- a/registration-processor/pre-processor/registration-processor-packet-classifier-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/pre-processor/registration-processor-packet-classifier-stage/src/main/resources/bootstrap.properties @@ -1,24 +1,24 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.profiles.active=mz -spring.application.name=application,registration-processor -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -mosip.regproc.packet.classifier.server.port=8092 -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -mosip.regproc.packet.classifier.eventbus.port=5724 -server.servlet.path=/registrationprocessor/v1/packetclassifier -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.classifier.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.classifier.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.classifier.eventbus.kafka.poll.frequency} +spring.cloud.config.uri=localhost +spring.cloud.config.label=master +spring.profiles.active=mz +spring.application.name=application,registration-processor +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +mosip.regproc.packet.classifier.server.port=8092 +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +mosip.regproc.packet.classifier.eventbus.port=5724 +server.servlet.path=/registrationprocessor/v1/packetclassifier +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.classifier.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.classifier.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.classifier.eventbus.kafka.poll.frequency} mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.classifier.eventbus.kafka.group.id} \ No newline at end of file diff --git a/registration-processor/pre-processor/registration-processor-packet-uploader-stage/src/main/resources/bootstrap.properties b/registration-processor/pre-processor/registration-processor-packet-uploader-stage/src/main/resources/bootstrap.properties index d7259bdadc6..257e4dfd028 100644 --- a/registration-processor/pre-processor/registration-processor-packet-uploader-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/pre-processor/registration-processor-packet-uploader-stage/src/main/resources/bootstrap.properties @@ -1,22 +1,22 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.profiles.active=dev -spring.application.name=application,registration-processor -spring.cloud.config.name=registration-processor -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -packet.uploader.stage=registration-processor-packet-uploader-stage -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.uploader.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ -server.port=8087 -server.servlet.path=/registrationprocessor/v1/uploader -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -eventbus.port=5714 -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.uploader.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.uploader.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.uploader.eventbus.kafka.poll.frequency} +spring.cloud.config.uri=localhost +spring.cloud.config.label=master +spring.profiles.active=dev +spring.application.name=application,registration-processor +spring.cloud.config.name=registration-processor +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +packet.uploader.stage=registration-processor-packet-uploader-stage +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.uploader.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ +server.port=8087 +server.servlet.path=/registrationprocessor/v1/uploader +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +eventbus.port=5714 +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.uploader.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.uploader.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.uploader.eventbus.kafka.poll.frequency} mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.uploader.eventbus.kafka.group.id} \ No newline at end of file diff --git a/registration-processor/pre-processor/registration-processor-packet-validator-stage/src/main/resources/bootstrap.properties b/registration-processor/pre-processor/registration-processor-packet-validator-stage/src/main/resources/bootstrap.properties index 357c90a91f9..e750d838f4f 100644 --- a/registration-processor/pre-processor/registration-processor-packet-validator-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/pre-processor/registration-processor-packet-validator-stage/src/main/resources/bootstrap.properties @@ -1,34 +1,35 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.profiles.active=mz -spring.application.name=application,registration-processor -spring.cloud.config.name=registration-processor -registration.processor.identityjson=identity-mapping.json -registration.processor.demographic.identity=identity -packet.info.storage.service=registration-processor-packet-info-storage-service -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ -mosip.kernel.jsonvalidator.property-source=APPLICATION_CONTEXT -mosip.kernel.jsonvalidator.schema-name=mosip-identity-json-schema.json -mosip.kernel.jsonvalidator.file-storage-uri=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/ -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -server.port=8088 -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -eventbus.port=5715 -server.servlet.path=/registrationprocessor/v1/packetvalidator -#packet.validator.provider=io.mosip.registration.processor.stages.validator.impl.PacketValidatorImpl -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.validator.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.validator.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.validator.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.validator.eventbus.kafka.group.id} -app.componentscan.basepackages=io.mosip.registration.processor.core.config,io.mosip.registration.processor.stages.config,io.mosip.registration.processor.status.config,io.mosip.registration.processor.rest.client.config,io.mosip.registration.processor.packet.storage.config,io.mosip.registration.processor.packet.manager.config,io.mosip.kernel.idobjectvalidator.config,io.mosip.registration.processor.core.kernel.beans,io.mosip.registration.processor.stages.packetclassifier.tagging.impl - -#All the verticle that needs to be deployed in this application should be given in the below config -mosip.regproc.verticle.deploy.classes=io.mosip.registration.processor.stages.packet.validator.PacketValidatorStage,io.mosip.registration.processor.stages.packetclassifier.PacketClassifierStage -mosip.regproc.packet.classifier.server.port=8092 +spring.cloud.config.uri=http://localhost:51000/config +spring.cloud.config.label=master +spring.application.name=registration-processor,application +spring.profiles.active=default +spring.application.name=application,registration-processor +spring.cloud.config.name=registration-processor +registration.processor.identityjson=identity-mapping.json +registration.processor.demographic.identity=identity +packet.info.storage.service=registration-processor-packet-info-storage-service +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ +mosip.kernel.jsonvalidator.property-source=APPLICATION_CONTEXT +mosip.kernel.jsonvalidator.schema-name=mosip-identity-json-schema.json +mosip.kernel.jsonvalidator.file-storage-uri=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/ +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +server.port=8088 +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +eventbus.port=5715 +server.servlet.path=/registrationprocessor/v1/packetvalidator +#packet.validator.provider=io.mosip.registration.processor.stages.validator.impl.PacketValidatorImpl +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.packet.validator.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.packet.validator.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.packet.validator.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.packet.validator.eventbus.kafka.group.id} +app.componentscan.basepackages=io.mosip.registration.processor.core.config,io.mosip.registration.processor.stages.config,io.mosip.registration.processor.status.config,io.mosip.registration.processor.rest.client.config,io.mosip.registration.processor.packet.storage.config,io.mosip.registration.processor.packet.manager.config,io.mosip.kernel.idobjectvalidator.config,io.mosip.registration.processor.core.kernel.beans,io.mosip.registration.processor.stages.packetclassifier.tagging.impl + +#All the verticle that needs to be deployed in this application should be given in the below config +mosip.regproc.verticle.deploy.classes=io.mosip.registration.processor.stages.packet.validator.PacketValidatorStage,io.mosip.registration.processor.stages.packetclassifier.PacketClassifierStage +mosip.regproc.packet.classifier.server.port=8092 mosip.regproc.packet.classifier.eventbus.port=5724 \ No newline at end of file diff --git a/registration-processor/pre-processor/registration-processor-securezone-notification-stage/src/main/resources/bootstrap.properties b/registration-processor/pre-processor/registration-processor-securezone-notification-stage/src/main/resources/bootstrap.properties index 4424c53b881..752f9a5e887 100644 --- a/registration-processor/pre-processor/registration-processor-securezone-notification-stage/src/main/resources/bootstrap.properties +++ b/registration-processor/pre-processor/registration-processor-securezone-notification-stage/src/main/resources/bootstrap.properties @@ -1,23 +1,23 @@ -spring.cloud.config.uri=localhost -spring.cloud.config.label=master -spring.profiles.active=dev -spring.application.name=application,registration-processor -spring.cloud.config.name=registration-processor -management.endpoints.web.exposure.include=refresh -registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -#management.security.enabled=false -config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.uploader.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ -server.port=8090 -server.servlet.path=/registrationprocessor/v1/securezone -#disabling health check so that client doesnt try to load properties from sprint config server every -# 5 minutes (should not be done in production) -health.config.enabled=false -eventbus.port=5712 -#Kafka event bus configruations -mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.securezone.notification.eventbus.kafka.commit.type} -mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.securezone.notification.eventbus.kafka.max.poll.records} -mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.securezone.notification.eventbus.kafka.poll.frequency} -mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.securezone.notification.eventbus.kafka.group.id} -#Since packet is not even uploaded to packetmanager, tag loading to message is disabled +spring.cloud.config.uri=localhost +spring.cloud.config.label=master +spring.profiles.active=dev +spring.application.name=application,registration-processor +spring.cloud.config.name=registration-processor +management.endpoints.web.exposure.include=refresh +registration.processor.zone=secure +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +#management.security.enabled=false +config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.uploader.stage}/${spring.profiles.active}/${spring.cloud.config.label}/ +server.port=8090 +server.servlet.path=/registrationprocessor/v1/securezone +#disabling health check so that client doesnt try to load properties from sprint config server every +# 5 minutes (should not be done in production) +health.config.enabled=false +eventbus.port=5712 +#Kafka event bus configruations +mosip.regproc.eventbus.kafka.commit.type=${mosip.regproc.securezone.notification.eventbus.kafka.commit.type} +mosip.regproc.eventbus.kafka.max.poll.records=${mosip.regproc.securezone.notification.eventbus.kafka.max.poll.records} +mosip.regproc.eventbus.kafka.poll.frequency=${mosip.regproc.securezone.notification.eventbus.kafka.poll.frequency} +mosip.regproc.eventbus.kafka.group.id=${mosip.regproc.securezone.notification.eventbus.kafka.group.id} +#Since packet is not even uploaded to packetmanager, tag loading to message is disabled mosip.regproc.message.tag.loading.disable=true \ No newline at end of file diff --git a/registration-processor/registration-processor-common-camel-bridge/src/main/resources/bootstrap.properties b/registration-processor/registration-processor-common-camel-bridge/src/main/resources/bootstrap.properties index 4d1ec31ca62..beac2dade79 100644 --- a/registration-processor/registration-processor-common-camel-bridge/src/main/resources/bootstrap.properties +++ b/registration-processor/registration-processor-common-camel-bridge/src/main/resources/bootstrap.properties @@ -5,8 +5,9 @@ spring.application.name=application,registration-processor health.config.enabled=false mosip.regproc.camel.bridge.eventbus.port=5723 registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml -camel.routes.url=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/ +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +camel.bridge=registration-processor-common-camel-bridge +camel.routes.url=${spring.cloud.config.uri}/${camel.bridge}/${spring.profiles.active}/${spring.cloud.config.label}/ mosip.regproc.camel.bridge.server.port=8022 mosip.regproc.camel.bridge.server.servlet.path=/registrationprocessor/v1/camelbridge #Kafka event bus configruations diff --git a/registration-processor/workflow-engine/registration-processor-reprocessor/src/main/resources/bootstrap.properties b/registration-processor/workflow-engine/registration-processor-reprocessor/src/main/resources/bootstrap.properties index 1403ff403b7..932c66feef9 100644 --- a/registration-processor/workflow-engine/registration-processor-reprocessor/src/main/resources/bootstrap.properties +++ b/registration-processor/workflow-engine/registration-processor-reprocessor/src/main/resources/bootstrap.properties @@ -5,7 +5,7 @@ spring.profiles.active=dev spring.cloud.config.name=registration-processor management.endpoints.web.exposure.include=refresh registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml #management.security.enabled=false #disabling health check so that client doesnt try to load properties from sprint config server every # 5 minutes (should not be done in production) diff --git a/registration-processor/workflow-engine/registration-processor-workflow-manager-service/src/main/resources/bootstrap.properties b/registration-processor/workflow-engine/registration-processor-workflow-manager-service/src/main/resources/bootstrap.properties index f8519d90d7a..347bc8974b8 100644 --- a/registration-processor/workflow-engine/registration-processor-workflow-manager-service/src/main/resources/bootstrap.properties +++ b/registration-processor/workflow-engine/registration-processor-workflow-manager-service/src/main/resources/bootstrap.properties @@ -5,7 +5,7 @@ spring.profiles.active=default spring.cloud.config.name=registration-processor management.endpoints.web.exposure.include=refresh registration.processor.zone=secure -vertx.cluster.configuration=${spring.cloud.config.uri}/*/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml +vertx.cluster.configuration=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/hazelcast_${registration.processor.zone}.xml #management.security.enabled=false #disabling health check so that client doesnt try to load properties from sprint config server every # 5 minutes (should not be done in production)