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

More flexible S3 object naming scheme #7

Open
mcandre opened this issue Jul 11, 2016 · 0 comments
Open

More flexible S3 object naming scheme #7

mcandre opened this issue Jul 11, 2016 · 0 comments

Comments

@mcandre
Copy link
Contributor

mcandre commented Jul 11, 2016

kafka-connect-s3 currently includes information about Kafka partitions and offsets when formatting the S3 object name, correct?

My use case is more timestamp-oriented and less partition/offset-oriented. Could kafka-connect-s3 generalize the S3 object naming schema, such as allowing configuration to specify a class implementing an interface like String s3ObjectName(byte[] message)? That way, users could customize the S3 name to suit their backup system needs better.

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