[ 
https://issues.apache.org/jira/browse/GEODE-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Krone updated GEODE-3824:
------------------------------
    Description: 
Need to be able to configure establish a JDBC connection via GFSH and reference 
it when tying a region to a DB via PDX-JDBC.

SYNTAX
configure jdbc protocol [--address=value] [--hostname=value] [--port=value] 
[--idle-timeout=value] [--ssl=value] [--reset-to-defaults]

PARAMETERS

address
Set the listening address.
Requires: false
Default: 0.0.0.0

hostname
Set the hostname used in URI generation. If SSL is enabled this name must match 
the common name (CN) of installed key store certificate.
Required: false
Default: IP address of the local host

port
Port number to listen on. A port number of 0 means that the port number is 
automatically allocated, typically from an ephemeral port range.
Required: false
Default: 8080

idle-timeout
Set the idle timeout in milliseconds. If not data is transmitted for this 
period of time the connection may be closed. A value of 0 disables idle timeout.
Required: false
Default: 60000

ssl
JSON text of the form ('key-store': value, 'key-store-password': value, 
['key-store-type': value,] 'trust-store': value, 'trust-store-password': 
value[, `'trust-store-type': value]).
reset-to-defaults
Resets the jdbc protocol configuration back to default values.

Describe gpfdist protocol configuration




  was:
Need to be able to add new properties to CacheWriter or CacheLoader through 
GFSH.
The gfsh creation region command needs to support this.
The gfsh alter region commands needs to support this.
The gfsh create async-event-queue has support for this with its 
--listener-param option.

Need a way for the user to add the JDBC url and credentials to be called on DB 
connection.  


> Paramaterize CacheWriter, CacheLoader via GFSH
> ----------------------------------------------
>
>                 Key: GEODE-3824
>                 URL: https://issues.apache.org/jira/browse/GEODE-3824
>             Project: Geode
>          Issue Type: Sub-task
>          Components: gfsh
>            Reporter: Fred Krone
>
> Need to be able to configure establish a JDBC connection via GFSH and 
> reference it when tying a region to a DB via PDX-JDBC.
> SYNTAX
> configure jdbc protocol [--address=value] [--hostname=value] [--port=value] 
> [--idle-timeout=value] [--ssl=value] [--reset-to-defaults]
> PARAMETERS
> address
> Set the listening address.
> Requires: false
> Default: 0.0.0.0
> hostname
> Set the hostname used in URI generation. If SSL is enabled this name must 
> match the common name (CN) of installed key store certificate.
> Required: false
> Default: IP address of the local host
> port
> Port number to listen on. A port number of 0 means that the port number is 
> automatically allocated, typically from an ephemeral port range.
> Required: false
> Default: 8080
> idle-timeout
> Set the idle timeout in milliseconds. If not data is transmitted for this 
> period of time the connection may be closed. A value of 0 disables idle 
> timeout.
> Required: false
> Default: 60000
> ssl
> JSON text of the form ('key-store': value, 'key-store-password': value, 
> ['key-store-type': value,] 'trust-store': value, 'trust-store-password': 
> value[, `'trust-store-type': value]).
> reset-to-defaults
> Resets the jdbc protocol configuration back to default values.
> Describe gpfdist protocol configuration



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to