Key Information

Register
Submit
The challenge is finished.

Challenge Overview

Competition Task Overview

Welcome to the Fall from Grace Challenge: Gracefully service failover component in Java���

In the previous challenge we have built a simple java based component that can gracefully handle the inability to connect to an HTTP(s) based service and it worked great. But now we want to enhance it to use AsyncHttpClient as well.

More specifially:

  • A separate method that would allow consumer to switch between HttpURLConnection and AsyncHttpClient. It should take in as an argument an AsyncHandler and execute it.
  • Use of global thread pools. Since this is intended to be a library we can use for multiple HTTP requests, we would like to optimize on thread pool utilization.

Testing

Unit tests are required for the code created in this challenge. And if necessary previous unit tests must be updated to work with the new code as well.

You should also provide a CLI based program to test the API using different parameters.

Setup

Technology Overview



Final Submission Guidelines

Submission Deliverables

  • Your code changes must be pushed to your private gitlab repo
  • Submit a zipped version of your repo to Online Review
  • Make sure your submission includes a clear guide to deploy and test / verify your submission
  • Once picked as the winner and done with fixes, you're expected to submit a merge request to the specified branch

Final Submission

For each member, the final submission should be uploaded via the challenge detail page on topcoder.com.

ELIGIBLE EVENTS:

2015 topcoder Open

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30049377