Skip to content

Conversation

davidradl
Copy link
Collaborator

Description

Added support for generic json and URL query creator. This is a generic json query creator, aiming to allow the common json requests to be constructed using table configuration, rather than requiring custom java code to be written.

Resolves HTTP99

PR Checklist

@davidradl
Copy link
Collaborator Author

@maciejmaciejko-gid thanks for the feedback, I have implemented most of it. The formatting is somewhat dictated by the check style. It is especially harsh on new lines. I have left the commits unsquashed as previously requested by @grzegorz8 .

@SuppressWarnings({"checkstyle:RegexpSingleline", "checkstyle:LineLength"})
public class GenericJsonAndUrlQueryCreatorFactory implements LookupQueryCreatorFactory {
private static final long serialVersionUID = 1L;
private static final Logger log =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see custom definition of log instead of @Slf4j.

@davidradl davidradl requested a review from grzegorz8 May 7, 2025 14:24
@davidradl
Copy link
Collaborator Author

@grzegorz8 @maciejmaciejko-gid I think I have addressed everything. LGTM.

@davidradl
Copy link
Collaborator Author

@grzegorz8 I suggest we leave this to the end of the 21st of May for @maciejmaciejko-gid and @kristoffSC to provide any more feedback , we get approves or no responses then we should merge then. WDYT?

@grzegorz8 grzegorz8 merged commit d200f1d into getindata:main May 22, 2025
3 checks passed
davidradl added a commit to davidradl/flink-http-connector that referenced this pull request Sep 11, 2025
davidradl added a commit to davidradl/flink-http-connector that referenced this pull request Sep 11, 2025
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

Successfully merging this pull request may close these issues.

3 participants