Skip to content
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

blaise nullable message value #99

Open
mishabruml opened this issue Oct 27, 2021 · 0 comments
Open

blaise nullable message value #99

mishabruml opened this issue Oct 27, 2021 · 0 comments

Comments

@mishabruml
Copy link

Hi there,

As i understand it, the message value is nullable

export interface AvroKafkaMessage<T = unknown, KT = KafkaMessage['key']>
but when overriding message value using blaise, typescript compiler complains

Screenshot 2021-10-27 at 15 37 47

meaning that I've had to do { value: null as unknown as undefined} for now 🤢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant