Russell, You might be able to cobble together an S3 sink using these three tools:
* kafka-console-consumer * logrotate * s3cmd Use the console consumer to dump your topic of interest to a file. Use logrotate to roll the logs and its post rotate endscript feature to upload to your bucket of choice (via s3cmd). Haven't actually tried this, but it seems like it would work. - Niek