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

kinesis improvements #796

Closed
lburgazzoli opened this issue Mar 2, 2022 · 1 comment · Fixed by #807 or #811
Closed

kinesis improvements #796

lburgazzoli opened this issue Mar 2, 2022 · 1 comment · Fixed by #807 or #811
Assignees
Milestone

Comments

@lburgazzoli
Copy link
Contributor

source:

  • As today the kinesis-source kamelet takes the record that is produced by the component and serializes it as json but given that the real payload of the record can be of any type, it would be better if the data of the rerecord were set as the exchange message body (this may be also an option we set on the camel component)
  • if the above will be implemented the content type of the kamelet should be application/octet-stream

sink:

  • the content type of the kamelet should be application/octet-stream
@oscerd oscerd self-assigned this Mar 2, 2022
@oscerd oscerd added this to the 0.8.0 milestone Mar 2, 2022
@oscerd oscerd reopened this Mar 8, 2022
@oscerd
Copy link
Contributor

oscerd commented Mar 8, 2022

We could extrapolate the data from record.

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