orchestration

Garbage Collection in Biztalk, What would be the wise approach?

拟墨画扇 提交于 2019-12-11 15:19:22
问题 Our Biztalk 2006 application contains two orchestrations which are invoked on frequent basis (approx 15 requests per second). We identified possible memory leakages in our application by doing certain throttling threshold changes in the host. As we disabled the memory based throttling, the Process memory started increasing till 1400 MB and after that we started to experience the out of memory exceptions. We are forced to restart the host instances when this situation occurs. We were wondering

Azure Durable function. orchestration spawns many unwanted activities

点点圈 提交于 2019-12-11 09:55:54
问题 I am trying to do some data transformation with durable functions. For that I have a TimerTriggered function which calls an Orchestration function that then spawns the transformation activities. My problem is that immediately as the Orchestration function is called it then spawns a lot of activities before even getting to the part of the code which starts the function. My orchestration function is only supposed to start 3 activities as my dataList only contains 3 elements. But as can be seen,

Call .Net assembly from Biztalk Orchestration: Where to put config?

怎甘沉沦 提交于 2019-12-11 00:45:49
问题 I got a external .net assembly including app.config which I need to call from a Biztalk Orchestration. I've put some logging into the .net assembly and can see that it doesn't read or can't find the app.config file as ConfigurationManager.AppSettings.Count is 0 I installed the .net assembly to the GAC using the gacutil /i path.to.dll and i'm not sure what happens to the app.config. Any ideas on how I make sure the app.config is being read when I call it from a Biztalk Orchestration ? Thanks.

Suggest a persistent strategy for a workflow system

旧城冷巷雨未停 提交于 2019-12-08 05:23:08
问题 I am in the process of creating a UI configuration tool for my pet project. One aspect of this tool lets the end user DEFINE his orchestration. I then need to save this orchestration definition into a database. There will be a executable version of this definition in a running system. The executable version is created dynamically on-demand. Idea is to separate the DEFINITION from EXECUTABLE version so that I have the flexibility to choose the runtime version among BPMN or JPDL or a POJO based

Kubernetes vs Docker Swarm

情到浓时终转凉″ 提交于 2019-12-06 11:41:40
I am evaluating Kubernetes (with Docker containers, not Kubernetes) and Docker Swarm and could use your input. If I'm looking at 3 (8.76 hours) or 4 (52 min) 9's reliability in a server farm that is < 100 servers, would Kubernetes be overkill due to its complexity? Would Docker Swarm suffice? Docker swarm will be able to meet your requirements. I recommend you start with Docker swarm as it is robust and very straightforward to use for anyone who has used Docker before. For a Docker user, there are many new concepts that you need to learn to be able to use Kubernetes. Moreover, setting up

Is orchestration an ESB responsibility?

风格不统一 提交于 2019-12-04 08:45:03
问题 Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, monitor, and all that stuff) responsible to orchestrate services ? What about putting an automated business business process with more than thousand steps and dozens of service invocations inside your enterprise service bus? Would you do it, or would you use a specialist in orchestration such as a

Is orchestration an ESB responsibility?

大城市里の小女人 提交于 2019-12-02 23:16:24
Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, monitor, and all that stuff) responsible to orchestrate services ? What about putting an automated business business process with more than thousand steps and dozens of service invocations inside your enterprise service bus? Would you do it, or would you use a specialist in orchestration such as a BPEL engine? Please gimme you opinion. Yes and no. There's a thin, and sometimes indistinguishable line

Does CDK perform orchestration ? apart from provisioning

孤街醉人 提交于 2019-12-02 21:20:36
问题 We used CloudFormation/Terraform for provisioning resources in AWS. Provisioning is about creating a new state or transforming one state to another. We used ansible tool to orchestrate provisioning Automation may be used on the single system. Orchestration takes the automation and coordinates the process between multiple systems. Usually because one system may be dependent on another system before it can accomplish its task. You cannot have orchestration without automation. So, Orchestration

Orchestrated vs Choreographed Service-Oriented Architecture in large scale?

社会主义新天地 提交于 2019-11-30 09:18:00
I'm an architect in a large scale financial company and we are in the beginning of implementing a new business oriented infosystem across our different countries. From the very early on the core idea has been to follow microservice oriented principles as much as possible (and making sure engineers have read Building Microservices book by Sam Newman) . By now I've come to crossroads. Our services are primarily JSON REST services using Swagger for automated documentation, but in order to use these services in our business processes and making sure not to write business logic into services

Oozie not sending SLA email alerts

♀尐吖头ヾ 提交于 2019-11-27 08:47:51
问题 I used this link from oozie documentation to setup SLAs for my oozie workflow. I then scheduled a job which ran longer than the defined SLAs. However, I am not getting any email alerts for SLA miss from oozie. Any idea on how I should debug it? Thank you! 来源: https://stackoverflow.com/questions/57281650/oozie-not-sending-sla-email-alerts