ptyin opened a new issue, #640:
URL: https://github.com/apache/incubator-seata-go/issues/640

   This is a subtask under the #618
   
   ## Description:
   
   Currently, in the Java implementation, SpEL (Spring Expression Language) 
serves as the default expression language. For seata-go, we aim to integrate 
CEL (Common Expression Language) as a supported expression type.
   
   ## Implementation Details:
   
   ### 1. Expression Components Implementation:
      - Implement key expression-related components such as 
`ExpressionFactoryManager` and `ExpressionResolver` tailored for CEL.
   
   ### 2. Implement CEL Type Expression in seata-go:
      - Develop and implement CEL type expressions within the seata-go 
codebase. This involves creating an `Expression` module specific to CEL.
   
   ### 3. Extend seata for CEL Type Expression:
      - Modify the seata framework to support CEL type expressions. Adapt the 
existing codebase to handle and evaluate expressions written in CEL.
   
   ## Next Steps:
   
   1. **Expression Components Implementation:**
      - Implement the necessary components like `ExpressionFactoryManager` and 
`ExpressionResolver` to manage CEL expressions.
   
   2. **Implement CEL Type Expression in seata-go:**
      - Develop a CEL type expression module within seata-go, ensuring 
compatibility with the chosen expression language.
   
   3. **Extend seata for CEL Type Expression:**
      - Adapt the seata framework to recognize and handle CEL type expressions. 
This includes modifications to allow the seamless integration of CEL as a 
supported expression language.
   
   By completing these steps, we aim to integrate CEL as a supported expression 
type in seata-go, with the necessary components and modifications in both 
seata-go and seata frameworks to handle and evaluate CEL expressions 
effectively.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to