-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
enhancement(pulsar sink): introduce encoding schema and pulsar avro schema #5021
Conversation
I'd like to make schema type depending on codec type so make encoding initialization parse schema if avro and use it in encode_event. |
884d735
to
a5524cc
Compare
160ffcb
to
8ff9f7c
Compare
c44c858
to
f557da2
Compare
Invesgatigating
|
@Hoverbear fixed! |
Great! @KannarFr can you help me by fixing the DCO? git rebase HEAD~9 --signoff
git push --force-with-lease origin pulsar-avro I also noted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of this PR looks good. :)
0f7012b
to
d86322d
Compare
Misscliked for the review request sorry JeanMertz (don't want to ping you more with @). |
@Hoverbear is ok? :) |
972056f
to
3c90530
Compare
3c90530
to
f5e5462
Compare
@Hoverbear rebased! |
4fac62d
to
9a7105a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I note clippy is mad. If you could fix that I think this is good to merge!
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
…chema (vectordotdev#5021) * introduce schema encoding Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * introduce avro encoding in pulsar sink Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * add avro test Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * apply suggestion Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * put built schema to sink level Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * format Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * use Result Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * print error Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * format Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * make it internal_event Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * fmt Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * drop useless Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * clean Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * take care of clippy Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> * add rand Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]> Signed-off-by: Brian Menges <[email protected]>
WIP