Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Kafka-on-Pulsar MVP #4

Closed
12 tasks done
sijie opened this issue Jul 11, 2019 · 2 comments
Closed
12 tasks done

Kafka-on-Pulsar MVP #4

sijie opened this issue Jul 11, 2019 · 2 comments
Assignees
Labels
type/feature Indicates new functionality
Milestone

Comments

@sijie
Copy link
Member

sijie commented Jul 11, 2019

@sijie sijie added the type/feature Indicates new functionality label Jul 11, 2019
@sijie sijie added this to the 0.0.1 milestone Jul 11, 2019
@sijie
Copy link
Member Author

sijie commented Jul 11, 2019

@jiazhai Let's fill up the list of features to implement for KOP MVP.

sijie pushed a commit that referenced this issue Jul 23, 2019
Master Issue: #4 

This is the request produce  implementation.
Basic logic:
- For passed in PartitionTopic, create related Pulsar persistent topic.
- For passed in Kafka Records, write data to related pulsar persistent topic.
sijie pushed a commit that referenced this issue Jul 29, 2019
Master Issue: #4 

This is the request Fetch implementation.
Basic logic: For each Fetch request from a partition, create and maintain a NonDurableCursor to read from backed PersistentTopic.

** changes **
- Add basic code implementation
- Add unit tests.
sijie added a commit that referenced this issue Aug 4, 2019
Master Issue: #4 

*Motivation*

Support Kafka group coordinator protocols.
sijie added a commit that referenced this issue Aug 5, 2019
Master Issue: #4 

*Motivation*

Support storing and committing offsets in group metadata manager.
@sijie
Copy link
Member Author

sijie commented Dec 13, 2019

Closed this since we already had a MVP.

@sijie sijie closed this as completed Dec 13, 2019
@sijie sijie modified the milestones: 0.0.1, 0.1.0 Mar 2, 2020
eolivelli pushed a commit to eolivelli/kop that referenced this issue Feb 9, 2022
eolivelli pushed a commit to eolivelli/kop that referenced this issue Feb 24, 2022
* Upgrade kafka-clients to 2.1.1

* tests

* tests

* import
eolivelli pushed a commit to eolivelli/kop that referenced this issue Feb 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Indicates new functionality
Projects
None yet
Development

No branches or pull requests

2 participants