Skip to content

How to break messages when ingesting into kafka #313

Closed
@akhileshacc

Description

@akhileshacc

I wanted to break messages before sending to kafka endpoint.
Is it possible to do with processors ?

I am trying to send S3 files data to kafka using s3 and kafka components.

from("aws-s3://bucketname?args=....")
.to("kafka:test1?brokers=localhost:9092")

How do i break messages before sending to kafka ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions