The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.
The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.
Run the tests in isolation.Don't use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.
Run the tests in isolation.Don’t use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.
A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.
A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.
How does the ci/CD pipeline setup differ from the monolith to microservices
SudipSikdar
The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.
The CI/CD pipeline should be separate for each microservice. for each service can run in its own docker container . The containers are orchestrated through kubernates cluster.
See lessHow would an engineer try to eliminate non-determinism in unit tests?
SudipSikdar
Run the tests in isolation.Don't use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.
Run the tests in isolation.Don’t use sleep for asynchronous responses, instead use callback or polling. wrap the system clock so that it can be substituted for testing.
See lessBitcoin uses what proof of work consensus system?
SudipSikdar
Proof of work
Proof of work
See lessCan you tell me what Bounded Text is and how it relates to microservices?
SudipSikdar
Bounded text is the defined context. In microservice world the bounded context is the basic requirement to define a service.
Bounded text is the defined context. In microservice world the bounded context is the basic requirement to define a service.
See lessIn the Ethereum EVM there are two types of memory areas, what are they?
SudipSikdar
storage and memory
storage and memory
See lessWhat is saga pattern
SudipSikdar
A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.
A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.
See lessWhat the difference between blockchain endorser and consensus?
SudipSikdar
Consensus determines which is the outcome And Endorser gives a green signal whether the block to be written in the chain
Consensus determines which is the outcome And Endorser gives a green signal whether the block to be written in the chain
See lessSatoshi Nakamoto invented a way to achieve Decentralised Consensus? True or False
SudipSikdar
True
True
See lessWhat is ACID property in a database?
SudipSikdar
Atomicity , Consistency , Isolation and durability of the data. Basically it guarantees transactions are reliably executed in databse.
Atomicity , Consistency , Isolation and durability of the data. Basically it guarantees transactions are reliably executed in databse.
See lesswhy DevOps?
SudipSikdar
To create a single team with development and operations , maintenance.
To create a single team with development and operations , maintenance.
See less