File tree Expand file tree Collapse file tree 10 files changed +27
-7
lines changed
PopulateDataStreamFunction
src/main/java/com/example/fn
src/main/java/com/example/fn Expand file tree Collapse file tree 10 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 66* .project
77* .settings
88* .pref
9+ .vscode
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
13schema_version : 20180708
24name : populatedatastreamfunction
35version : 0.0.67
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Copyright (c) 2022, Oracle and/or its affiliates.
4+ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+ -->
26<project xmlns =" http://maven.apache.org/POM/4.0.0"
37 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
48 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1- //Copyright (c) 2022, Oracle and/or its affiliates.
1+ // Copyright (c) 2022, Oracle and/or its affiliates.
22// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
4- //This Function is used to populate the DataSyncStream .
5- //It is invoked when the Source Application/s post data to the REST API exposed using API Gateway.
4+ // This Function is used to populate the DataSyncStream .
5+ // It is invoked when the Source Application/s post data to the REST API exposed using API Gateway.
66package com .example .fn ;
77
88import java .util .Arrays ;
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14schema_version : 20180708
25name : readdatastreamfunction
36version : 0.0.61
Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (c) 2022, Oracle and/or its affiliates.
3+ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4+ -->
15<?xml version =" 1.0" encoding =" UTF-8" ?>
26<project xmlns =" http://maven.apache.org/POM/4.0.0"
37 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
13schema_version : 20180708
24name : retryfunction
35version : 0.0.101
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Copyright (c) 2022, Oracle and/or its affiliates.
4+ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+ -->
26<project xmlns =" http://maven.apache.org/POM/4.0.0"
37 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
48 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1- //Copyright (c) 2021 , Oracle and/or its affiliates.
1+ // Copyright (c) 2022 , Oracle and/or its affiliates.
22// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44//This Function retries the messages in streams. This Function is exposed as a public API using an API Gateway.
Original file line number Diff line number Diff line change 11# Copyright (c) 2022, Oracle and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33provider "oci" {
4- tenancy_ocid = " ocid1.tenancy.oc1..aaaaaaaadymht6gout6mc5yhsqo4syry4inm2kc44s5o4s7c3re2ylgs66xa "
5- user_ocid = " ocid1.user.oc1..aaaaaaaajci5gjunoesqd3o4sbe67rud5pod3m3gzcouibcmihy5g23fli3a "
4+ tenancy_ocid = " ocid1.tenancy.oc1..xxxxx "
5+ user_ocid = " ocid1.user.oc1..xxxxxxx "
66 private_key_path = " ~/.oci/oci_api_key.pem"
7- fingerprint = " d7:d6:af:d9:1f:8b:8b:06:f3:2e:52:15:3b:03:de:a7 "
7+ fingerprint = " xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx "
88 region = " us-ashburn-1"
99}
You can’t perform that action at this time.
0 commit comments