-
Notifications
You must be signed in to change notification settings - Fork 489
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
Remove optional in DefaultAsyncRecord. #706
Conversation
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.
Great. Can you bump up version? Since it will be breaking API changes.
92f5048
to
7c99a0b
Compare
7c99a0b
to
b61d6c1
Compare
b61d6c1
to
b6d8484
Compare
One of the tests is failing at the |
b6d8484
to
d352800
Compare
What's error message? |
878958e
to
9018214
Compare
0998db1
to
bf6420c
Compare
@@ -28,7 +28,7 @@ inputs: | |||
minikube-version: | |||
description: "Use a specific minikube version" | |||
required: false | |||
default: 'v1.13.1' | |||
default: 'v1.17.0' |
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 bumped this hoping that it'll stabilize the CI on github runners.
a68ee97
to
90b2b24
Compare
90b2b24
to
9f04ac9
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.
Great!
9f04ac9
to
c68b340
Compare
c68b340
to
a88b382
Compare
This is dependent on infinyon/fluvio-protocol#4 but I've written the refactor using a work around.Depends on infinyon/fluvio-protocol#5
We should also probably rename
try_into_bytes
tobytes
.Record updates:
AsRef
implementationas_ref()
returns&[u8]
to_utf8_lossy
(returns a string)to_bytes
takes ownership and returns aVec<u8>
impl TryFrom<Record> for String