This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Kafka-on-Pulsar MVP #4
Comments
@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.
This was referenced Aug 4, 2019
sijie
added a commit
that referenced
this issue
Aug 5, 2019
Master Issue: #4 *Motivation* Support storing and committing offsets in group metadata manager.
This was referenced Aug 8, 2019
Closed this since we already had a MVP. |
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.
The text was updated successfully, but these errors were encountered: