You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/01 00:07:00 UTC

[jira] [Updated] (GEODE-3877) gfsh command to set TransactionListener/Writer

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

Barbara Pruijn updated GEODE-3877:
----------------------------------
    Description: 
Currently users cannot specify a TransactionWriter and TransactionListener from gfsh. We should add a {{configure transaction-manager}} gfsh command which will enable us to specify the callbacks like so:
{noformat}
alter transaction-manager --add-transaction-listener=class1,class2 --remove-transaction-listener=class1,class2 --transaction-writer=only1class
{noformat}

  was:
Currently users cannot specify a TransactionWriter and TransactionListener from gfsh. We should add a {{configure transaction-manager}} gfsh command which will enable us to specify the callbacks like so:
{noformat}
configure transaction-manager --transaction-listener=class1,class2 --transaction-writer=only1class
{noformat}


> gfsh command to set TransactionListener/Writer
> ----------------------------------------------
>
>                 Key: GEODE-3877
>                 URL: https://issues.apache.org/jira/browse/GEODE-3877
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, gfsh
>            Reporter: Swapnil Bawaskar
>            Priority: Major
>
> Currently users cannot specify a TransactionWriter and TransactionListener from gfsh. We should add a {{configure transaction-manager}} gfsh command which will enable us to specify the callbacks like so:
> {noformat}
> alter transaction-manager --add-transaction-listener=class1,class2 --remove-transaction-listener=class1,class2 --transaction-writer=only1class
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)