Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


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

...

should be changed to include the following parameters:

Code Block
languageyaml
---
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

...