|
Re: Can we use a shared zookeeper cluster for all isolated block chain kafka cluster
Hi Hongquan,
It is possible to do this by using separate chroot'd znodes in your Zookeeper ensemble.
So instead of specifying
zookeeper0:2181, zookeeper1:2181, zookeeper2:2181
you would do
Hi Hongquan,
It is possible to do this by using separate chroot'd znodes in your Zookeeper ensemble.
So instead of specifying
zookeeper0:2181, zookeeper1:2181, zookeeper2:2181
you would do
|
By
Gari Singh <garis@...>
·
#1196
·
|
|
Can we use a shared zookeeper cluster for all isolated block chain kafka cluster
Hi there:
I'm now doing some experiments on making several isolate block chains. I just found that for every single block chain network, there should be a zookeeper cluster for storing kafka
Hi there:
I'm now doing some experiments on making several isolate block chains. I just found that for every single block chain network, there should be a zookeeper cluster for storing kafka
|
By
张宏权 <hongquan.zhang@...>
·
#1195
·
|
|
reduce the Orgs in e2e_cli examples .
hi,all
Now in the e2e_cli examples ,there are three Orgs : OrdererOrg, Org1 and Org2.
Is it possible to only retain One Org? or change three Orgs into One? how to work and how to do?
I
hi,all
Now in the e2e_cli examples ,there are three Orgs : OrdererOrg, Org1 and Org2.
Is it possible to only retain One Org? or change three Orgs into One? how to work and how to do?
I
|
By
kuku <loowenzi@...>
·
#1194
·
|
|
[Hyperledger Fabric-SDK-Py] Weekly Meeting Minutes for 20170616
Dear all
Today's meeting minutes can be found at https://wiki.hyperledger.org/projects/fabric-sdk-py/meetings/20170616.
Previous meeting can be found at
Dear all
Today's meeting minutes can be found at https://wiki.hyperledger.org/projects/fabric-sdk-py/meetings/20170616.
Previous meeting can be found at
|
By
Baohua Yang
·
#1193
·
|
|
Re: fabric SSL connection
Hi Victor -
I don't think TLS adds too much overhead and the benefits definitely outweigh any performance implications.
The peer to peer connections are long running connections so after the
Hi Victor -
I don't think TLS adds too much overhead and the benefits definitely outweigh any performance implications.
The peer to peer connections are long running connections so after the
|
By
Gari Singh <garis@...>
·
#1192
·
|
|
Documentation Workgroup: Agenda for 16th June
Hello All,
We have our regular meeting of the Documentationworkgroup on Friday 16th June. We run the meeting twice during theday to make it easier for both Eastern and Western hemispheres.
Hello All,
We have our regular meeting of the Documentationworkgroup on Friday 16th June. We run the meeting twice during theday to make it easier for both Eastern and Western hemispheres.
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#1190
·
|
|
fabric SSL connection
Hi,everyone
I read the source code of fabric and found that every connection can use SSL/TLS. Suppose that in situations where security requirement is high, all connections are configured to
Hi,everyone
I read the source code of fabric and found that every connection can use SSL/TLS. Suppose that in situations where security requirement is high, all connections are configured to
|
By
Victor S <shad0wpin9@...>
·
#1191
·
|
|
Re: Is it a BUG when a peer joined in a channel successfully with it's own cert instead of the admin cert for verifying?
hi Kuku
Sorry i thought u were using the user cert to join :(
Actually, in the channel join's checking, we need the caller be with Admin role of a msp.
See
hi Kuku
Sorry i thought u were using the user cert to join :(
Actually, in the channel join's checking, we need the caller be with Admin role of a msp.
See
|
By
Baohua Yang
·
#1189
·
|
|
Re: a doc describing data flow is needed
sorry. the git project link is https://github.com/yeasy/hyperledger_code_fabric, which aim to analyze the fabric code.
sorry. the git project link is https://github.com/yeasy/hyperledger_code_fabric, which aim to analyze the fabric code.
|
By
meng <qsmeng@...>
·
#1188
·
|
|
Re: a doc describing data flow is needed
Hi Baohua,
Yes, that document is really needed. I am here waiting for that.
I know one github project https://github.com/yacovm/fabricDeployment
There should be one short chapter
Hi Baohua,
Yes, that document is really needed. I am here waiting for that.
I know one github project https://github.com/yacovm/fabricDeployment
There should be one short chapter
|
By
meng <qsmeng@...>
·
#1187
·
|
|
Re: a doc describing data flow is needed
hi meng
For a quick answer:
1. peer node will use the ProcessProposal() method (see core/endorser/endorser.go) to handle the proposal.
2. orderer will use the Broadcast() method (see
hi meng
For a quick answer:
1. peer node will use the ProcessProposal() method (see core/endorser/endorser.go) to handle the proposal.
2. orderer will use the Broadcast() method (see
|
By
Baohua Yang
·
#1186
·
|
|
Re: a doc describing data flow is needed
Hi Baohua,
Thank you very much for the dataflow. It helps me a lot.
Further, if there exist answer to the following questions, that would be great!
1. APP/SDK use what api/function to form tx
Hi Baohua,
Thank you very much for the dataflow. It helps me a lot.
Further, if there exist answer to the following questions, that would be great!
1. APP/SDK use what api/function to form tx
|
By
meng <qsmeng@...>
·
#1185
·
|
|
Re: a doc describing data flow is needed
hi, meng
are u talking about some entire workflow?
if so, i guess there were some slides, sorry no lucky to find it now :(.
But i did have a brief version in the attachment.
Feel free to use
hi, meng
are u talking about some entire workflow?
if so, i guess there were some slides, sorry no lucky to find it now :(.
But i did have a brief version in the attachment.
Feel free to use
|
By
Baohua Yang
·
#1184
·
|
|
Re: Is it a BUG when a peer joined in a channel successfully with it's own cert instead of the admin cert for verifying?
hi kuku
IMHO, the joining is fake, you cannot let the peer interact with the channel.
Hence, if u're trying to test invoking any transaction on the channel, it will fail.
Thanks!
--
Best
hi kuku
IMHO, the joining is fake, you cannot let the peer interact with the channel.
Hence, if u're trying to test invoking any transaction on the channel, it will fail.
Thanks!
--
Best
|
By
Baohua Yang
·
#1183
·
|
|
Is it a BUG when a peer joined in a channel successfully with it's own cert instead of the admin cert for verifying?
hi,all
Now I work on the e2e_cli examples in hyperledger fabric with alpha2 images, I do some changes when peer0 join in the existed channel.
I think peer0 will not join in the channel,but ,it
hi,all
Now I work on the e2e_cli examples in hyperledger fabric with alpha2 images, I do some changes when peer0 join in the existed channel.
I think peer0 will not join in the channel,but ,it
|
By
kuku <loowenzi@...>
·
#1182
·
|
|
a doc describing data flow is needed
Hi everyone,
The fabric is more complex than permissonless platforms, like Ethereum, Bitcoin. As there is no detailed document describing the fabric, people aiming to modify fabric code has to
Hi everyone,
The fabric is more complex than permissonless platforms, like Ethereum, Bitcoin. As there is no detailed document describing the fabric, people aiming to modify fabric code has to
|
By
meng <qsmeng@...>
·
#1181
·
|
|
Documentation Workgroup: Minutes June 9th, Meeting 4B
Hyperledger Fabric Documentation WorkgroupFriday June 9, Meeting 4B
These minutes: https://drive.google.com/open?id=0B-n-iLEM1iXrdTI4Y3VSekxLeGM
Time: 1600 UTC+1, e.g. 1100EDT, 0800PDT,1200 BST, 1700
Hyperledger Fabric Documentation WorkgroupFriday June 9, Meeting 4B
These minutes: https://drive.google.com/open?id=0B-n-iLEM1iXrdTI4Y3VSekxLeGM
Time: 1600 UTC+1, e.g. 1100EDT, 0800PDT,1200 BST, 1700
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#1180
·
|
|
Re: images are not displaying.
Fixed, thanks Zhang!!
Regards,
Mark
Mark Parzygnat 4205 S Miami Blvd
Program Director, Blockchain Durham, 27703-9141
Phone: +1-919-254-6056
Fixed, thanks Zhang!!
Regards,
Mark
Mark Parzygnat 4205 S Miami Blvd
Program Director, Blockchain Durham, 27703-9141
Phone: +1-919-254-6056
|
By
Mark Parzygnat <markparz@...>
·
#1179
·
|
|
Re: 回复: 回复: invoke error after restarting ordering service
Set the ORDERER_GENERAL_LOGLEVEL environment variable to debug
(ORDERER_GENERAL_LOGLEVEL=debug) before launching the orderer process.
Captures the logs (orderer-before-restart and
Set the ORDERER_GENERAL_LOGLEVEL environment variable to debug
(ORDERER_GENERAL_LOGLEVEL=debug) before launching the orderer process.
Captures the logs (orderer-before-restart and
|
By
Kostas Christidis <kostas@...>
·
#1178
·
|
|
Documentation Workgroup: Minutes June 9th, Meeting 4A
Hyperledger Fabric Documentation WorkgroupFriday June 9, Meeting 4A
These minutes: https://drive.google.com/open?id=0B-n-iLEM1iXrdjBnMVUyQXd3N2s
Time: 0600 UTC+1, e.g. 1030 IST, 1300CST, 1400
Hyperledger Fabric Documentation WorkgroupFriday June 9, Meeting 4A
These minutes: https://drive.google.com/open?id=0B-n-iLEM1iXrdjBnMVUyQXd3N2s
Time: 0600 UTC+1, e.g. 1030 IST, 1300CST, 1400
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#1176
·
|