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

Function start time benchmark - camel #39

Open
markrey opened this issue Feb 16, 2017 · 2 comments
Open

Function start time benchmark - camel #39

markrey opened this issue Feb 16, 2017 · 2 comments

Comments

@markrey
Copy link

markrey commented Feb 16, 2017

Hi Everyone,

Great work on the system! Has anyone done testing on flow start time for camel?

I am trying to send error logs from Kafka to CouchDb via camel. They come any frequency from 1 second to 1 minute.

Thank you
Mark

@jstrachan
Copy link
Contributor

Thanks!

There are definitely lots of errors to process right?

I guess the underlying camel metrics on the flow & steps might highlight possible slow downs. A quick way to isolate the cause may be to try switch the couch db endpoint with log - then Kafka with a timer and see which still has odd timings - there could be an issue with the configuration of one of the connectors.

Any chance you could share the flow & config you used for Kafka & couch then we can try reproduce?

@markrey
Copy link
Author

markrey commented Feb 24, 2017

Hi @jstrachan ,

finally got time to circle back. There were lots of SSL errors for some reason! ( So it is not entirely funktion fault )

There are definitely lots of errors to process right?

  • Yes indeed. Logs are 0.1 KB to 1 MB. Might take few seconds to parse.

Any chance you could share the flow & config you used for Kafka & couch then we can try reproduce?

  • I will surely share the same.

On the side, i see less activity on funktion github. Is it being developed on another/private repo?

Thanks,
Mark

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

2 participants