You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlobalSecurityConfig.kt is expecting public.txt to only have Linux line endings
consumer
ROOT environment variable relies on pwd command (not available on Windows by default)
pwd command is sometimes available for Windows users when running in Bash from Git for Windows. pwd returns a *nix style path which does not work with the Java usage in the consumer.
consumer_proto
Same issue as with producer_proto
... more to come
The text was updated successfully, but these errors were encountered:
At the moment collecting notes here with respect to running the samples on Windows and the issues involved with doing so.
producer_with_git
./keygen.sh
bash and sh aren't natively availableGlobalSecurityConfig.kt
is expectingpublic.txt
to only have Linux line endingsROOT
environment variable relies onpwd
command (not available on Windows by default)pwd
command is sometimes available for Windows users when running in Bash from Git for Windows.pwd
returns a *nix style path which does not work with the Java usage in the consumer.producer_proto
The text was updated successfully, but these errors were encountered: