-
Notifications
You must be signed in to change notification settings - Fork 334
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
[BitSail][Connector] Support PB format serializer in Kafka Source #103
Labels
difficulty-easy
Easy difficulty to fix this issue
enhancement
New feature or request
help wanted
Extra attention is needed
Comments
garyli1019
added
help wanted
Extra attention is needed
enhancement
New feature or request
difficulty-easy
Easy difficulty to fix this issue
labels
Nov 8, 2022
qidian99
pushed a commit
to qidian99/bitsail
that referenced
this issue
Nov 17, 2022
Hi, can you assign this issue to me and help review this PR: #185 Best |
sure, will take a look at the PR |
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 18, 2022
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 18, 2022
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 18, 2022
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 19, 2022
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 22, 2022
qidian99
added a commit
to qidian99/bitsail
that referenced
this issue
Nov 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty-easy
Easy difficulty to fix this issue
enhancement
New feature or request
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe
Currently, kafka legacy source only support JSON format and we want to support PB format.
Describe the solution you'd like
we need to move
com.bytedance.bitsail.dump.datasink.file.parser.PbBytesParser
to a common place and reuse by other connector, such as kafka sourceDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: