-
Notifications
You must be signed in to change notification settings - Fork 6
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
Simulation example for sending a simple json file to Kafka #1
Comments
Hi, can you please provide a sample json file? like whats the size of the file you expect to ingest, do you separate it into chunks before sending to kafka? |
I was looking for something simple, with the whole json as a string -
possibly from a file that uses gatling EL to get values from a csv. But the
idea of chunking it would be interesting to see. I am just getting started
with Kafka. Thanks for responding!
…On Fri, May 4, 2018 at 12:58 AM, Subhobrata Dey ***@***.***> wrote:
Hi, can you please provide a sample json file? like whats the size of the
file you expect to ingest, do you separate it into chunks before sending to
kafka?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVHO7ss4QfRv47_r_PxJ2lFpSsJcQxhks5tu9_fgaJpZM4TwKXd>
.
--
*Mike Peterson* | Staff Software Quality Engineer
*T* (617) 951-4337
|
Hi @Allblues , csv file -> json string -> kafka The second requirement is to break a file into chunks & then sending it into kafka. |
yup. thanks!
…On Tue, May 8, 2018 at 2:37 PM, Subhobrata Dey ***@***.***> wrote:
Hi @Allblues <https://github.com/Allblues> ,
Lets break the requirements to two parts.
As per my understanding, this is the flow you want,
csv file -> json string -> kafka
Is this correct?
The second requirement is to break a file into chunks & then sending it
into kafka.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVHO2AdgOIrxVCuImkawiJ2rkZJjgw-ks5tweXygaJpZM4TwKXd>
.
--
*Mike Peterson* | Staff Software Quality Engineer
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Can you provide a sample or instructions for a simulation that sends a simple json file to Kafka?
The text was updated successfully, but these errors were encountered: