|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hello Tsvetan, Thank you for your suggestion, indeed I’m using the Service Discovery. Your proposal is very good. Only thing I would like to have the blockchain network configuration separated from ho
Hello Tsvetan, Thank you for your suggestion, indeed I’m using the Service Discovery. Your proposal is very good. Only thing I would like to have the blockchain network configuration separated from ho
|
By
...
· #9703
·
|
|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hi Marek, I guess your SDK is set yo use the peer discovery service to detect dynamically the list of endorsing peers across MSPs(orgs). For that to work properly you need to have the external endpoin
Hi Marek, I guess your SDK is set yo use the peer discovery service to detect dynamically the list of endorsing peers across MSPs(orgs). For that to work properly you need to have the external endpoin
|
By
Tsvetan Georgiev
· #9693
·
|
|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hi there, I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel. I'm running my network inside a
Hi there, I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel. I'm running my network inside a
|
By
...
· #9690
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
I have the same feeling as your reply 。 But in the blockchain-application-using-fabric-java-sdk I change the language of chaincode from golang to java making no sense 。 In practice , there is always u
I have the same feeling as your reply 。 But in the blockchain-application-using-fabric-java-sdk I change the language of chaincode from golang to java making no sense 。 In practice , there is always u
|
By
...
· #9014
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
Hello - that really does look like it's still trying to use GO rather than Java Chaincode. I would suggest at you look at the Fabric-Samples github repo or the IBM Blockchain VSExtension tutorials...
Hello - that really does look like it's still trying to use GO rather than Java Chaincode. I would suggest at you look at the Fabric-Samples github repo or the IBM Blockchain VSExtension tutorials...
|
By
Matthew White
· #9003
·
|
|
#fabric-sdk-java #fabric-chaincode-evm #fabric-chaincode
#fabric-chaincode
#fabric-sdk-java
#fabric-chaincode-evm
some enviroment infomation : i am using the https://github.com/IBM/blockchain-application-using-fabric-java-sdk to learn how to create the channel and deploy and initiate the chaincode on the channel
some enviroment infomation : i am using the https://github.com/IBM/blockchain-application-using-fabric-java-sdk to learn how to create the channel and deploy and initiate the chaincode on the channel
|
By
...
· #9002
·
|
|
#minifab #hyperledger-fabric #fabric-sdk-java #windows10 #miniFabric #fabric-chaincode #WSL2
#minifab
#hyperledger-fabric
#fabric-sdk-java
#windows10
#minifabric
I tested miniFabric with Java ABstore chaincode from HLF fabric-sample code. Maybe some need to know how :) I don`t find examples of using at minifab github pages. And this work! Tested. date;./minifa
I tested miniFabric with Java ABstore chaincode from HLF fabric-sample code. Maybe some need to know how :) I don`t find examples of using at minifab github pages. And this work! Tested. date;./minifa
|
By
zilich@...
· #8801
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
|
By
...
· #8659
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Marek; Just to check I understand your situation. You're submitting a single transaction, that in effect, does a number of 'putState' calls. When that number gets to the ~140 the end-end time ha
Hello Marek; Just to check I understand your situation. You're submitting a single transaction, that in effect, does a number of 'putState' calls. When that number gets to the ~140 the end-end time ha
|
By
Matthew White
· #8657
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
|
By
...
· #8652
·
|
|
Fabric Java SDK for using Channel-based event hub service
#fabric-sdk-java
#fabric-sdk-node
#hyperledger-fabric
You are correct that EventHub is the wrong thing to be using, and this is removed in the v2.x SDK. If possible, I would strongly recommend using fabric-gateway-java rather than fabric-sdk-java. It lay
You are correct that EventHub is the wrong thing to be using, and this is removed in the v2.x SDK. If possible, I would strongly recommend using fabric-gateway-java rather than fabric-sdk-java. It lay
|
By
Mark Lewis
· #8419
·
|
|
Fabric Java SDK for using Channel-based event hub service
#fabric-sdk-java
#fabric-sdk-node
#hyperledger-fabric
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
|
By
chintanr97@...
· #8417
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week. Regards, Matthew. Matthew B White IBM Bl
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week. Regards, Matthew. Matthew B White IBM Bl
|
By
Matthew White
· #8327
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hi Matthew, Thank you! I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that FabCar is r
Hi Matthew, Thank you! I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that FabCar is r
|
By
...
· #8320
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hello; let me have a look at your repo... just to double check it couldn't be the perf issue fixes this week? Regards, Matthew. Matthew B White IBM Blockchain Solutions Architect Email me at WHITEMAT@
Hello; let me have a look at your repo... just to double check it couldn't be the perf issue fixes this week? Regards, Matthew. Matthew B White IBM Blockchain Solutions Architect Email me at WHITEMAT@
|
By
Matthew White
· #8318
·
|
|
#couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hello guys, Sorry for being such a pain in the ass, but could one please help with that darn performance issue ? I have tried to strip down my chaincode and do a copy-past of what the FabCar java chai
Hello guys, Sorry for being such a pain in the ass, but could one please help with that darn performance issue ? I have tried to strip down my chaincode and do a copy-past of what the FabCar java chai
|
By
...
· #8317
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
Hi David, I have tried to replicate the same scenario you setup with FabCar, because your response was quite nice (3500ms for 140 records, this would entirely acceptable for my team at this stage). I
Hi David, I have tried to replicate the same scenario you setup with FabCar, because your response was quite nice (3500ms for 140 records, this would entirely acceptable for my team at this stage). I
|
By
...
· #8278
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
I've been able to reproduce the problem. I updated FabCar to initialize 140 cars instead of 10. Query all cars takes the following times: Go chaincode - 70ms Javascript chaincode - 90ms Java chaincode
I've been able to reproduce the problem. I updated FabCar to initialize 140 cars instead of 10. Query all cars takes the following times: Go chaincode - 70ms Javascript chaincode - 90ms Java chaincode
|
By
David Enyeart
· #8256
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
Query results iterator max count is hard coded to 100. It makes sense that it sends in batch of 100. What doesn't make sense is why the pause. A Query results iterator is also returned when performing
Query results iterator max count is hard coded to 100. It makes sense that it sends in batch of 100. What doesn't make sense is why the pause. A Query results iterator is also returned when performing
|
By
Prasanth Sundaravelu
· #8255
·
|
|
Performance improvement
#fabric-sdk-java
#fabric-questions
One more thing that I found. I’ve loaded 600+ records. The query took: 259 seconds. But the mysterious: lockbasedtxmgr has been iterating over the data in 6 groups of 100 items and last that was 16 it
One more thing that I found. I’ve loaded 600+ records. The query took: 259 seconds. But the mysterious: lockbasedtxmgr has been iterating over the data in 6 groups of 100 items and last that was 16 it
|
By
...
· #8254
·
|