Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long term storage of transaction status data #4636

Open
slievrly opened this issue May 25, 2022 · 1 comment
Open

Long term storage of transaction status data #4636

slievrly opened this issue May 25, 2022 · 1 comment

Comments

@slievrly
Copy link
Member

slievrly commented May 25, 2022

Long term storage of transaction status data

Description:

  • Transaction session and undo_log are important status data of Seata, and long-term persistent storage of data is of great significance for data analysis.

Tasks:

  • send the transaction session and undolog recorded by the transaction event to the messaging middleware.
  • consume transaction session and undolog messages, according to a certain data structure stored in NoSQL.

Difficulty

  • Advance

Mentor

Programming language:

  • Java

事务状态数据的长效存储

描述:

  • 事务session和undolog 是Seata 重要的状态数据,数据的长时间持久化存储对于数据的分析有重要的意义。

任务:

  • 将事务event记录的事务session和undolog发送至消息中间件。
  • 消费事务session和undolog的消息,按照一定的数据结构存储到NoSQL中。

难度

  • 进阶

导师

编程语言:

  • Java
@Chovyyyyyy
Copy link

I am very interested in this project, can I participate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants