File tree Expand file tree Collapse file tree
main/java/io/functionmesh/compute
test/java/io/functionmesh/compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ functionsWorkerServiceNarPackage: /YOUR-NAR-PATH/mesh-worker-service-1.0-SNAPSHO
1717```
1818Replace the ` YOUR-NAR-PATH ` variable with your real path.
1919
20- #### Start pulsar service
21-
22- ``` $xslt
23- ./bin/pulsar standalone -a 127.0.0.1 -nss
24- ```
2520
2621### Configuring the development environment
2722
Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- package io .functionmesh .proxy .models ;
19+ package io .functionmesh .compute .models ;
2020
2121import lombok .Data ;
2222
Original file line number Diff line number Diff line change 1919package io .functionmesh .compute .util ;
2020
2121import io .functionmesh .compute .functions .models .*;
22- import io .functionmesh .proxy .models .CustomRuntimeOptions ;
22+ import io .functionmesh .compute .models .CustomRuntimeOptions ;
2323import io .kubernetes .client .openapi .models .V1ObjectMeta ;
2424import org .apache .commons .lang3 .StringUtils ;
2525import org .apache .pulsar .common .functions .ConsumerConfig ;
Original file line number Diff line number Diff line change 2525import io .functionmesh .compute .sinks .models .V1alpha1SinkSpecJava ;
2626import io .functionmesh .compute .sinks .models .V1alpha1SinkSpecPulsar ;
2727import io .functionmesh .compute .sinks .models .V1alpha1SinkSpecResources ;
28- import io .functionmesh .proxy .models .CustomRuntimeOptions ;
28+ import io .functionmesh .compute .models .CustomRuntimeOptions ;
2929import io .kubernetes .client .openapi .models .V1ObjectMeta ;
3030import org .apache .commons .io .FileUtils ;
3131import org .apache .commons .lang .StringUtils ;
Original file line number Diff line number Diff line change 2727import io .functionmesh .compute .sources .models .V1alpha1SourceSpecOutputProducerConfCryptoConfig ;
2828import io .functionmesh .compute .sources .models .V1alpha1SourceSpecPulsar ;
2929import io .functionmesh .compute .sources .models .V1alpha1SourceSpecResources ;
30- import io .functionmesh .proxy .models .CustomRuntimeOptions ;
30+ import io .functionmesh .compute .models .CustomRuntimeOptions ;
3131import io .kubernetes .client .openapi .models .V1ObjectMeta ;
3232import org .apache .commons .io .FileUtils ;
3333import org .apache .commons .lang .StringUtils ;
Original file line number Diff line number Diff line change 1919package io .functionmesh .compute .testdata ;
2020
2121import io .functionmesh .compute .util .FunctionsUtil ;
22- import io .functionmesh .proxy .models .CustomRuntimeOptions ;
22+ import io .functionmesh .compute .models .CustomRuntimeOptions ;
2323import org .apache .pulsar .common .functions .ConsumerConfig ;
2424import org .apache .pulsar .common .functions .FunctionConfig ;
2525import org .apache .pulsar .common .functions .Resources ;
Original file line number Diff line number Diff line change 2525import io .functionmesh .compute .functions .models .V1alpha1FunctionSpecOutput ;
2626import io .functionmesh .compute .functions .models .V1alpha1FunctionSpecPulsar ;
2727import io .functionmesh .compute .functions .models .V1alpha1FunctionSpecResources ;
28- import io .functionmesh .proxy .models .CustomRuntimeOptions ;
28+ import io .functionmesh .compute .models .CustomRuntimeOptions ;
2929import io .kubernetes .client .openapi .models .V1ObjectMeta ;
3030import org .apache .pulsar .common .functions .ConsumerConfig ;
3131import org .apache .pulsar .common .functions .FunctionConfig ;
You can’t perform that action at this time.
0 commit comments