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

[PLUGIN-1810] Add support for HTTP PATCH #14

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

psainics
Copy link
Collaborator

@psainics psainics commented Sep 17, 2024

Add support for HTTP PATCH

Jira : PLUGIN-1810

Description

Adding support for HTTP method PATCH in HTTP sink plugin.

UI Field

  • Modified HTTP-batchsink.json

    • new method PATCH in drop down for HTTP Method
      image
  • Modified HTTP-batchsource.json

    • new method PATCH in drop down for HTTP Method
      image
  • Modified HTTP-streamingsource.json

    • new method PATCH in drop down for HTTP Method
      image

Code change

  • Modified HTTPRecordWriter.java
  • Modified HTTPSinkConfig.java

Unit Tests

  • Modified HTTPSinkConfigTest.java
    • Added testValidInputWithPlaceHoldersWithPATCH
      image

@psainics psainics added the enhancement New feature or request label Sep 17, 2024
@psainics psainics force-pushed the feat/http-sink-patch-support branch from 2aedb60 to 9d46846 Compare October 7, 2024 10:09
@psainics psainics changed the title [PLUGIN-0000] Add support for HTTP PATCH [PLUGIN-1810] Add support for HTTP PATCH Oct 7, 2024
@psainics psainics force-pushed the feat/http-sink-patch-support branch from 9d46846 to e873f52 Compare October 8, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant