Skip to content

Remove RecoverOrphanedTransactionCommand#message_queue#57

Merged
lizhanhui merged 1 commit intoapache:mainfrom
aaron-ai:pr
Jul 12, 2022
Merged

Remove RecoverOrphanedTransactionCommand#message_queue#57
lizhanhui merged 1 commit intoapache:mainfrom
aaron-ai:pr

Conversation

@aaron-ai
Copy link
Member

Fixes #56

MessageQueue message_queue = 1;
Message orphaned_transactional_message = 2;
string transaction_id = 3;
Message orphaned_transactional_message = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename orphaned_transactional_message -> message as it's already wrapped in the structure of OrphanTransactionCommand

@lizhanhui lizhanhui merged commit 4911c90 into apache:main Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should we remove RecoverOrphanedTransactionCommand#message_queue ?

2 participants