Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
55 views

When I try to get a value using the Apache Ignite REST API: /ignite?cmd=get&cacheName=my-cache&key=some:key, I get an exception. When I remove the colon, it works but obviously returns null. ...
user432024's user avatar
  • 4,755
0 votes
0 answers
54 views

I am using Ignite version 3.1.0, and when the program starts, the following statements to create the ZONE (CHINOOK) and the TABLE (STG_BK_JOUR_ACCT) are executed: CREATE ZONE IF NOT EXISTS CHINOOK ...
wuzhimin's user avatar
4 votes
1 answer
110 views

Apache ignite hosted within the .NET process does not startup when using .NET 9.0 or .NET 10.0: _ = Ignition.Start(igniteConfiguration); This works and the process launches when using .NET 8.0, but ...
parikshanth's user avatar
Advice
0 votes
2 replies
83 views

I am newbie to apache ignite Is it possible to connect using IgniteClient to the node started in embedded mode? anyone has a example program to start apache ignite 3.0 in embedded mode with 2 nodes on ...
Ankit Lunawat's user avatar
0 votes
1 answer
82 views

On Migrating to Apache ignite 3.0 my project is broken as topic based messaging is missing. How to fix this
Arun Kumar's user avatar
0 votes
0 answers
91 views

I’m setting up a two-node Apache Ignite 3 cluster programmatically in a Spring Boot app, but I’m facing issues with initialization and client connectivity. The server starts with localhost, but the ...
Enthu Leo's user avatar
1 vote
1 answer
72 views

I'm new to Apache Ignite and I can't understand the behavior of the join clause in my case. There is a cluster of 12 Apache Ignite nodes and I connect to one of them with sqlline.sh. There are two ...
SwiftHanded's user avatar
3 votes
1 answer
142 views

I’m working with Apache Ignite 2.17.0. I load database tables into Ignite caches and run SQL queries using the SQLFieldsQuery API. Recently, I modified the cache configuration for some tables to use ...
kushal Baldev's user avatar
1 vote
1 answer
98 views

I am using Apache Ignite 2.17 thin client C++ to write records. I created a schema and a table with a cache called RESULTS. Initially, I was using SQLFieldsQuery, and the Data was available. However, ...
Haleema Khan's user avatar
1 vote
1 answer
80 views

Basically, as the title says. Same behaviour between Ignite 2.17.0 and GridGain CE 8.9.19. The subscription model suggested in the documentation - i.e. set-up a ContinuousQuery with initial query, ...
Mikha's user avatar
  • 565
0 votes
1 answer
152 views

I am upgrading My java version from 11 to 17 and Ignite version 2.15 to 2.17. I am using multitenant connection with postgresql database. But, while I start my service with the upgraded versions, I am ...
user25384512's user avatar
1 vote
1 answer
76 views

I want to put the results entries in Ignite, where four C++ apps are writing results to Ignite in batches of 3000. Each engine will write approximately 205,2000 records. This is how my Ignite service ...
Haleema Khan's user avatar
0 votes
1 answer
68 views

Apache Ignite 3.0 document has a section on both JDBC and ODBC integration. However, it sounds these integration is only applicable when using Apache Ignite 3.0 as the data store. I understand the ...
Chris's user avatar
  • 47
2 votes
1 answer
56 views

Apache Ignite 3.0 document indicates that I should use openapi generator tool to create a java client if I want to integrate REST API management in our application. However, I have not been able to ...
Chris's user avatar
  • 47
1 vote
1 answer
47 views

I noticed that Ignite seems to allow SQL querying (with SqlFieldsQuery) of a cache say cache A from a different cache say cache B's IgniteCache reference. I can understand join queries, but shouldn't ...
lmk's user avatar
  • 788

15 30 50 per page
1
2 3 4 5
210