This question needs to be directed to GridGain as long as you're using
their product.
-
Denis
On Mon, Dec 16, 2019 at 10:20 PM ashishb888
wrote:
> I am using Ignite Kafka connector with below config:
>
> *connect-standalone.properties*
> key.converter.schemas.enable=false
> value.converter.sch
Hello Ankit,
You need to use "project-name-server.xml" configuration file for your
servers and "project-name-client.xml" for the applications that will be
connecting to the cluster of servers. No any other JARs are needed,
WebConsole simply prepares some code templates that can be reused by your
a
We recently ran into an issue where we are hanging we attempting to iterate
through the results from IgniteCache.query. The basic code is as follows:
QueryCursor> queryResults =
ts3KeysMetadataCache.query(new ScanQuery<>());
queryResults.forEach(e -> {
// Do stuff
});
Throug
Thanks Ilya – we are standing up a second node in our QA to test the
segregation by node (not region).
Scott Cote
Senior Application Developer - Java | Electronic Transaction Consultants
Corporation (ETC)
1600 N. Collins Boulevard, Suite 4000, Richardson, TX 75080
(o) 469.248.4576 | (c) 972.900
Hi Andrew,
Can you provide any feedback as to why the snippet I provide does not work?
Thank you for your time!
Regards,
Shawn
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Ignite cluster is deployed on Kubernetes environment with 2 instance of server.
Webconsole frontend, backend, & webagent is also running in kubernetes under
same namespace.
Using ignite webconsole i have imported metadata of postgresql(RDBMS) i have
imported schema information of database, on c
Hello!
Did you try it to check if it works? For one thing, we do not recommend
going to production with solutions which are theoretically sound, but were
not tried in staging.
Regards,
--
Ilya Kasnacheev
пн, 16 дек. 2019 г. в 20:29, Scott Cote :
> Igniters,
>
>
>
> Request: we want to segreg