Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. If the service has persister configs then the topics in the config should be updated by appending the schema name to the kafka topic in the persister config. pt-calculator is a state-specific service.

    Image Added


  2. Any host reference to the multi-schema service running in the digit namespace should be referred with digit namespace or the host be changed to internal-gateway if not sure of the namespace in which the service is running.

    a. if the current state-specific service is running in a namespace called statea, then the reference to a multischema service called property-service should be to http://property-service:8080.digit/ in the Environment YAML of the given namespace.
    statea.yaml in environments of the helm config.

    Code Block
     property-services: "http://property-services.digit:8080/"


    b. else the property host should refer to internal gateway.

    Code Block
      - name: PROPERTY_SERVICE_HOST
        valueFrom:
          configMapKeyRef:
            name: egov-service-host
            key: internal-gateway