Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F2079200D53 for ; Tue, 5 Dec 2017 08:52:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F08C7160C1B; Tue, 5 Dec 2017 07:52:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1C37A160C0A for ; Tue, 5 Dec 2017 08:52:37 +0100 (CET) Received: (qmail 56042 invoked by uid 500); 5 Dec 2017 07:52:32 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 55876 invoked by uid 99); 5 Dec 2017 07:52:32 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 07:52:32 +0000 Received: from mail-pf0-f169.google.com (mail-pf0-f169.google.com [209.85.192.169]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id E36EF1A0158 for ; Tue, 5 Dec 2017 07:52:31 +0000 (UTC) Received: by mail-pf0-f169.google.com with SMTP id y89so10623692pfk.0 for ; Mon, 04 Dec 2017 23:52:31 -0800 (PST) X-Gm-Message-State: AJaThX7JcR75coIKf8WdKns3SNCy/ssR4Nd4HOIUW6EDc0fvK+2+cl8a zcjKMGzpBH9sXhqdXm94biwIReR9S3+b3Jxv0xIJzA== X-Google-Smtp-Source: AGs4zMbOo115HPvzkSy4ZZu6qmMUBhk6hi+JpZS+VuYZS1ni4vw4a36XDucbhBMTC8SO87uDcXScI8wcAjdy7frVFyI= X-Received: by 10.99.119.15 with SMTP id s15mr16417226pgc.90.1512460350399; Mon, 04 Dec 2017 23:52:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.100.160.232 with HTTP; Mon, 4 Dec 2017 23:52:00 -0800 (PST) In-Reply-To: References: <394d4c0ab5452bbe4031e86934b5b7fa@mail.gmail.com> <1512082152617-0.post@n6.nabble.com> <1512088209320-0.post@n6.nabble.com> <5a2179ea.42142e0a.e7eaf.97ad@mx.google.com> From: Pavel Tupitsyn Date: Tue, 5 Dec 2017 10:52:00 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Does the Ignite C# client support distributed queues? To: user@ignite.apache.org Cc: dev@ignite.apache.org Content-Type: multipart/alternative; boundary="f403045cb770ec42e0055f931d89" archived-at: Tue, 05 Dec 2017 07:52:39 -0000 --f403045cb770ec42e0055f931d89 Content-Type: text/plain; charset="UTF-8" Config gaps are also captured by tests in same folder. As for queues, I'm no expert, but I think all Ignite data structures use cache underneath, and any cache can be configured to enable persistence. On Tue, Dec 5, 2017 at 2:53 AM, Raymond Wilson wrote: > I was reading into this a little more to see if queues are persistent. > > > > It appears they are not? https://issues.apache.org/jira/browse/IGNITE-2389 > > > > Thanks, > > Raymond. > > > > *From:* Alexey Popov [mailto:tank2.alex@gmail.com] > *Sent:* Saturday, December 2, 2017 4:49 AM > > *To:* user@ignite.apache.org > *Cc:* dev@ignite.apache.org > *Subject:* RE: Does the Ignite C# client support distributed queues? > > > > Hi Raymond, > > > > You are right, distributed queues require changes at Ignite core. > > https://issues.apache.org/jira/browse/IGNITE-2701 > > It was created almost 1 year ago. Please vote for this feature. > > As far as I know there is no plan/schedule for it. > > > > Thank you, > Alexey > > > > *From: *Raymond Wilson > *Sent: *Friday, December 1, 2017 5:58 AM > *To: *user@ignite.apache.org > *Cc: *dev@ignite.apache.org > *Subject: *RE: Does the Ignite C# client support distributed queues? > > > > Looking at it I see it's blocked by 2701 (which has additional > > dependencies, all of which say they are blocked by 2701). > > > > I understand there is an intention to bring the C# client up to par with > > the Java client. Is there a ticket/schedule yet for this? > > > > Raymond. > > > > -----Original Message----- > > From: vkulichenko [mailto:valentin.kulichenko@gmail.com > ] > > Sent: Friday, December 1, 2017 1:30 PM > > To: user@ignite.apache.org > > Subject: RE: Does the Ignite C# client support distributed queues? > > > > Oops, I read wrong! This is not supported. There is a ticket, but it > > doesn't seem to be active at the moment: > > https://issues.apache.org/jira/browse/IGNITE-1417 > > > > -Val > > > > > > > > -- > > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > > > --f403045cb770ec42e0055f931d89 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Config gaps are also captured by tests in same folder.
As for queues, I'm no expert, but I think all Ignite da= ta structures use cache underneath,
and any cache can be configur= ed to enable persistence.

On Tue, Dec 5, 2017 at 2:53 AM, Raymond Wilson <raymond_wilson@trimble.com> wrote:

I was reading= into this a little more to see if queues are persistent.

=C2=A0

It appears they are not? ht= tps://issues.apache.org/jira/browse/IGNITE-2389

=C2=A0

Thanks,

Raymond.

=C2=A0

From: Alexey Popov [mailto:tank2.alex@gmail.com]
Sent: Saturday, December 2, 2017 4:49 AM


To: user@ignite.apache.org
Cc: dev@ignite.apache.org
Subject: RE= : Does the Ignite C# client support distributed queues?

<= /div>

=C2=A0

Hi Raymond,

=C2=A0

You are right, distributed queues require changes at Ignite core= .

https://issues.apache.org/jira/brows= e/IGNITE-2701

It was created almost 1 year ag= o. Please vote for this feature.

As far as I know= there is no plan/schedule for it.

=C2=A0

Thank you,
Alexey

=C2=A0

=C2=A0

Look= ing at it I see it's blocked by 2701 (which has additional

dependencies, all of which say they are blocked by 2701).

=C2=A0

I understand there= is an intention to bring the C# client up to par with

the Java client. Is there a ticket/schedule yet for this?

=C2=A0

Raymond.

=C2=A0

-----Original Message-----

From: vkulichenko [mailto:valentin.kulichenko@gmail.com= ]

Sent: Friday, December 1, 2017 1:30 PM

To: user@ignite.apache.org

Subject: RE: Do= es the Ignite C# client support distributed queues?

=C2=A0

Oops, I read wrong! This is not support= ed. There is a ticket, but it

doesn't seem to= be active at the moment:

https://issues.apa= che.org/jira/browse/IGNITE-1417

=C2=A0

-Val

=C2=A0

=C2=A0

=C2=A0

--

Sent from: http://apache-ignite-users= .70518.x6.nabble.com/

=C2=A0


--f403045cb770ec42e0055f931d89--