Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

MC2 PyruleService Kafka Request Execution


Starting with April 2021 release MC2 will execute the EDS requests using Kafka messaging.


To revert the execution back to the legacy implementation the configuration file

estar/tpe/dynamic/mc2/cfg/extractservice.yml

should be changed to include the following parameters:

---
spring:
  profiles: extractservice-lb
  application:
    name: extractservice-lb


eagle.enable.pythonmc2: embedded
eagle.eaglemlrestapi.services.EQL.directexecution: false
eagle.pyservice.enablekafka: false

---
spring:
  profiles: extractservice-worker
  application:
    name: extractservice-worker


eagle.enable.pythonmc2: embedded

The MC2 Service should be restarted after the configuration is changed.

  • No labels