Skip to content

Commit

Permalink
issue #26 Change the default Producer API version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Aug 9, 2023
1 parent 74dbff8 commit 9d871e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/spline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ spline:
lineage_dispatcher:
# type: http
http:
content_type: 'application/vnd.absa.spline.producer.v1.1+json'
# base_url: 'http://localhost:8080/producer'
2 changes: 1 addition & 1 deletion src/spline_agent/spline.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ spline:
base_url:
plans_url: 'execution-plans'
events_url: 'execution-events'
content_type: 'application/vnd.absa.spline.producer.v1.2+json'
content_type: 'application/vnd.absa.spline.producer.v1.1+json'

0 comments on commit 9d871e6

Please sign in to comment.