Skip to content

Commit

Permalink
Merge pull request #19 from milanbhagwat/master
Browse files Browse the repository at this point in the history
Updating Model version and correcting tooltip description
  • Loading branch information
vijaynalawade authored Jan 21, 2021
2 parents 6c144bf + de8204e commit 7dc9a62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pulsar/activity/acknowledge/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "pulsar-messageack",
"type": "flogo:activity",
"title": "Pulsar Message Ack",
"version": "1.1.0",
"version": "1.0.0",
"author": "TIBCO Software Inc."
}
6 changes: 3 additions & 3 deletions pulsar/connection/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pulsar-connection",
"type": "flogo:connection",
"version": "1.0.0",
"version": "1.1.0",
"title": "Apache Pulsar Connection",
"description": "A simple pulsar connection",
"author": "TIBCO Software Inc.",
Expand Down Expand Up @@ -62,14 +62,14 @@
"name": "connTimeout",
"type": "integer",
"required": false,
"description": "Connection Timeout in Seconds",
"description": "Connection Timeout in Seconds. Timeout for the establishment of a TCP connection",
"value": 5
},
{
"name": "opTimeout",
"type": "integer",
"required": false,
"description": "Operation Timeout in Seconds",
"description": "Operation Timeout in Seconds. Operations like Producer-create, Subscribe will be retried until this interval",
"value": 30
}
]
Expand Down
2 changes: 1 addition & 1 deletion pulsar/trigger/subscriber/descriptor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pulsar-subscriber",
"type": "flogo:trigger",
"version": "1.0.0",
"version": "1.1.0",
"author": "TIBCO Software Inc.",
"title": "Apache Pulsar Consumer",
"description": "A pulsar trigger which reads messages from apache pulsar queue",
Expand Down

0 comments on commit 7dc9a62

Please sign in to comment.