question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make batchedFetchFromRemoteEndpoint public.

See original GitHub issue

Why is that batchedFetchFromRemoteEndpoint made private? Please let the developers override their functionality and make changes as per their requirements.

Intended outcome: The method fetchFromRemoteEndpoint is public and so I expected this for batching interface too.

Actual outcome: fetchFromRemoteEndpoint is private…

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
return007commented, Jun 23, 2017

@jaydenseric Thanks!!! I also did something like that. I guess I should close the issue now. 😄

0reactions
jaydensericcommented, Jun 23, 2017

@return007 you can see how I went about it here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Batch Tutorial: Reading Information From a REST API
This blog post describes how you can read the input data of your batch job from an external REST API by using the...
Read more >
Spring Batch Tutorial: Batch Processing Made Easy with Spring
Lightweight and with minimal dependencies, Spring Batch is easy to set up and use. This Spring Batch tutorial will walk you through the...
Read more >
Sending batch requests | Cloud Storage
A batch request is a single standard HTTP request containing multiple Cloud Storage JSON API calls. This main request uses the multipart/mixed content...
Read more >
Getting Started with AWS Batch
After you complete the Prerequisites, you can use the AWS Batch first-run wizard to create a compute environment, create a job definition and...
Read more >
Spring Batch Jobs: How to Setup Batch Processing in Spring ...
Step 2: Create a new Java file named CustomerProcessor in the processor package. Then, add the following code into it. public class ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found