tree: 5af0308ef2e7da03199b381b700a945e8a207d82 [path history] [tgz]
  1. .gitignore
  2. application_configuration.json
  3. build.sh
  4. container.yaml
  5. Dockerfile
  6. gen-cert.sh
  7. go.mod
  8. go.sum
  9. main.go
  10. README.md
kafka-pm-producer/README.md

Producer

Producer supporting data types for pm xml to json conversion and pm json filtering

Build for docker or local kubernetes
./build.sh no-push

Build for remote kubernetes - an externally accessible image repo (e.g. docker hub) is needed
./build.sh <external-image-repo>

License

Copyright (C) 2023 Nordix Foundation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.