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

[FEATURE] Can kop support setting the entry format of topic level #679

Closed
wenbingshen opened this issue Aug 26, 2021 · 5 comments · Fixed by #1581
Closed

[FEATURE] Can kop support setting the entry format of topic level #679

wenbingshen opened this issue Aug 26, 2021 · 5 comments · Fixed by #1581
Assignees
Labels
type/feature Indicates new functionality

Comments

@wenbingshen
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently kop only supports entryFormat at the agent level. Once kop is configured with entryFormat, it will no longer be variable, and all topics will execute this entryFormat. If we want a topic to support pulsar consumption, or we want to reduce the conversion between pulsar messages and kafka messages for high-traffic topics, and hope to change the topic entryFormat to kafka, we cannot do this now except for restarting the broker.

Describe the solution you'd like
kop supports dynamically changing the topic-level entryFormat according to everyone’s needs.

@wenbingshen wenbingshen added the type/feature Indicates new functionality label Aug 26, 2021
@BewareMyPower
Copy link
Collaborator

BewareMyPower commented Aug 26, 2021

If we want a topic to support pulsar consumption

I'm working on supporting Pulsar consumption for messages whose entry format is Kafka recently. After testing the demo in my local env, I'll submit a PIP on Pulsar side.

@wenbingshen
Copy link
Contributor Author

If we want a topic to support pulsar consumption

I'm working on supporting Pulsar consumption for messages whose entry format is Kafka recently. After testing the demo in my local env, I'll submit a PIP on Pulsar side.

Thank you for your reply. I also thought of this. Supporting the consumption of Kafka messages in pulsar, because this requires code changes in pulsar, so I gave this issue to kop first. If pulsar supports the consumption of Kafka messages, this would be a great thing. :)

@BewareMyPower
Copy link
Collaborator

Yeah, you can see the first optional task in #581. Since we tracked the task in StreamNative's private repo, this issue was not updated recently.

@wenbingshen
Copy link
Contributor Author

Yeah, you can see the first optional task in #581. Since we tracked the task in StreamNative's private repo, this issue was not updated recently.

Good task. Let us wait for pulsar to support the consumption of kafka messages.

@BewareMyPower BewareMyPower self-assigned this Dec 29, 2021
@Demogorgon314
Copy link
Member

Link #1581

@wenbingshen wenbingshen linked a pull request Nov 22, 2022 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

3 participants