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
The problem is related to a name mismatch introduced with #451, we don't have introduced yet an automatic test for PowerShell extension.
About your questions:
KNetPS mainly is a PowerShell wrapper for Apache Kafka command-line commands, plus can be used to create PowerShell scripts
As stated in KNetPS module Arguments is a string containing the arguments accepted from the Java Main-Class so, in general, you can launch the command (e.g. Start-TopicCommand) and see the help of the command, otherwise you can browse the information available in official Apache Kafka site
Originally posted by @masesdevelopers in masesgroup/KNet#575 (comment)
The class containing the
Launch
method isJNetCoreBase
JNet/src/net/JNet/JNetCoreBase.cs
Line 287 in 2cd1256
Update this line
JNet/src/net/JNetPSCore/JNetPSHelper.cs
Line 497 in 2cd1256
The text was updated successfully, but these errors were encountered: