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
To get up and going quickly, the <ahref="#" target="_blank">Kafka-WebView-Example</a> project on GitHub can be cloned and used as a template.
151
+
To get up and going quickly, the <ahref="https://github.com/SourceLabOrg/kafka-webview-examples" target="_blank">Kafka-WebView-Examples</a> project on GitHub can be cloned and used as a template.
152
152
This Maven based example project is configured with all of the correct dependencies and has a few example implementations.<br/>
153
153
</p>
154
154
<br/>
155
155
156
156
<h2>Packaging a Jar</h2>
157
157
<pclass="mb-1">
158
-
If you're using the <ahref="#" target="_blank">Kafka-WebView-Example</a> project, it should be as simple as issuing the command `mvn package` and retrieving the compiled Jar from the target/ directory.<br/>
158
+
If you're using the <ahref="https://github.com/SourceLabOrg/kafka-webview-examples" target="_blank">Kafka-WebView-Examples</a> project, it should be as simple as issuing the command `mvn package` and retrieving the compiled Jar from the target/ directory.<br/>
159
159
<br/>
160
160
If you're building from your own project, you'll need to package a Jar that contains your implementation along with
The <ahref="https://github.com/Crim/kafka-webview/blob/master/kafka-webview-plugin/src/main/java/org/sourcelab/kafkaview/plugin/filter/RecordFilter.java" target="_blank">RecordFilter Interface</a>
170
+
The <ahref="https://github.com/SourceLabOrg/kafka-webview/blob/master/kafka-webview-plugin/src/main/java/org/sourcelab/kafka/webview/ui/plugin/filter/RecordFilter.java" target="_blank">RecordFilter Interface</a>
171
171
is provided by Kafka WebView and is NOT part of the standard Kafka library. The interface looks as follows:<br/>
To get up and going quickly, the <ahref="#" target="_blank">Kafka-WebView-Example</a> project on GitHub can be cloned and used as a template.
225
+
To get up and going quickly, the <ahref="https://github.com/SourceLabOrg/kafka-webview-examples" target="_blank">Kafka-WebView-Examples</a> project on GitHub can be cloned and used as a template.
226
226
This Maven based example project is configured with all of the correct dependencies and has a few example implementations.<br/>
227
227
</p>
228
228
<br/>
229
229
230
230
<h2>Packaging a Jar</h2>
231
231
<pclass="mb-1">
232
-
If you're using the <ahref="#" target="_blank">Kafka-WebView-Example</a> project, it should be as simple as issuing the command `mvn package` and retrieving the compiled Jar from the target/ directory.<br/>
232
+
If you're using the <ahref="https://github.com/SourceLabOrg/kafka-webview-examples" target="_blank">Kafka-WebView-Examples</a> project, it should be as simple as issuing the command `mvn package` and retrieving the compiled Jar from the target/ directory.<br/>
233
233
<br/>
234
234
If you're building from your own project, you'll need to package a Jar that contains your implementation along with
0 commit comments