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

feat: message queue and its kafka impl #306

Merged
merged 2 commits into from
Oct 22, 2022

Conversation

Rachelint
Copy link
Contributor

Which issue does this PR close?

Closes #298

Rationale for this change

See #298

What changes are included in this PR?

Are there any user-facing changes?

How does this change test

components/message_queue/Cargo.toml Outdated Show resolved Hide resolved
components/message_queue/src/kafka/config.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
@Rachelint Rachelint force-pushed the define-msg-interface-and-kafka-impl branch from db17c15 to d9621e0 Compare October 21, 2022 11:44
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/kafka/kafka_impl.rs Outdated Show resolved Hide resolved
components/message_queue/src/lib.rs Outdated Show resolved Hide resolved
@Rachelint Rachelint force-pushed the define-msg-interface-and-kafka-impl branch 4 times, most recently from a1dbb8a to 3185d42 Compare October 21, 2022 13:52
@Rachelint Rachelint force-pushed the define-msg-interface-and-kafka-impl branch from 3185d42 to 12aa640 Compare October 21, 2022 13:53
@ShiKaiWi ShiKaiWi merged commit d00687d into apache:main Oct 22, 2022
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* a draft of message queue and its kafka impl.

* address CR and add test.
@Rachelint Rachelint deleted the define-msg-interface-and-kafka-impl branch May 27, 2023 12:19
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.

Define a message queue interface and its Kafka implementation
2 participants