Invoke Configuration Page
Specify the topic and other details for publishing messages to a GCP Pub Sub topic.
Element | Description |
---|---|
Select topic |
Select the topic on which to perform the operation. You can also enter the beginning letters of the topic to filter the display of topics. A topic is a category in which applications can add, process, and reprocess messages. You can publish messages to a GCP topic. Note: The GCP Pub Sub Adapter displays 1000 topics at a time for selection on the Configuration page. |
Schema type associated with topic |
Displays the schema type associated with a topic. Note: Do not edit this value. |
Message encoding |
Displays the message encodings. Note: Do not edit these values. |
Do you want to specify the message structure? |
|
Provide JSON Sample/ Provide XML Sample/
Provide AVRO schema (Displays if you select a topic without any schema associated.) |
Enter sample to describe the structure of data. |
AVRO Schema associated with Topic
(Displays if you select a topic with the Avro schema.) |
Displays the Avro schema associated with the topic. Note: Do not edit these values. |
String |
Publishes the messages in string format. |
Opaque |
If a file must be published, you must Base64-encode the
reference. Use the XPath function
|
Opaque (Stream Reference) |
Publishes the files in any format through the specified topic. |
Specify the topic and other details for pulling messages from the GCP Pub Sub topic.
Element | Description |
---|---|
Select topic |
Select the topic on which to perform the operation. You can also enter the beginning letters of the topic to filter the display of topics. A topic is a category in which applications can add, process, and reprocess messages. You can publish messages to a GCP topic. Note: The GCP Pub Sub Adapter shows 1000 topics at a time for selection on the Configuration page. |
Select dead letter topic |
Select the topic for a dead letter. You can also enter the beginning letters of the topic to filter the display of topics. A topic is a category in which applications can add, process, and reprocess messages. You can publish messages to a GCP topic. |
Subscription ID | Select the subscription ID existing under the selected topic name. |
Schema type associated with topic |
Displays the schema type associated with a topic. Note: Do not edit this value. |
Message encoding |
Displays the message encodings. Note: Do not edit these values. |
Do you want to specify the message structure? |
|
Provide JSON Sample/ Provide XML Sample/ Provide AVRO schema (Displays if you select a topic without any schema associated.) |
Enter sample to describe the structure of data. Note:
|
AVRO Schema associated with Topic (Displays if you select a topic with the Avro schema.) |
Displays the Avro schema associated with the topic. Note: Do not edit these values. |
Maximum messages/ request |
Select the number of messages per request in the range of 1 – 100. Note: The GCP Pub Sub system may return fewer than the number of messages specified. |
String |
Pulls the messages in string format. |
Opaque |
If a file must be pulled/received through
subscription, you must decode the Base64-encoded data as a
Base64 decode reference
( |
Opaque (Stream Reference) |
Pulls the files in any format through the specified topic. |
Specify the topic and other details for acknowledging the pulled messages from the GCP Pub Sub topic.
Element | Description |
---|---|
Select topic |
Select the topic on which to perform the operation. You can also enter the beginning letters of the topic to filter the display of topics. A topic is a category in which applications can add, process, and reprocess messages. You can publish messages to a GCP topic. Note: The GCP Pub Sub Adapter displays 1000 topics at a time for selection on the Configuration page. |
Subscription Id |
Select the Subscription ID existing under the selected topic name. |
Note:
Select the same topic and subscription ID used for pull messages.