Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add migration tools for function (#80)
Fixed #77 * Add migration tools for function Mapped field ``` puslar function-mesh tenant <=> tenant namespace <=> namespace name <=> name className <=> className autoAck <=> autoAck processingGuarantees <=> ProcessingGuarantee retainOrdering <=> retainOrdering retainKeyOrdering <=> RetainKeyOrdering deadLetterTopic <=> DeadLetterTopic forwardSourceMessageProperty <=> ForwardSourceMessageProperty maxMessageRetries <=> MaxMessageRetry parallelism <=> replicas, MaxReplicas inputs <=> topics list topicsPattern <=> TopicPattern customSerdeInputs <=> CustomSerdeSources customSchemaInputs <=> CustomSchemaSources inputSpecs <=> sourceSpecs schemaType <=> schemaType SerdeClassName <=> SerdeClassName isRegexPattern <=> isRegexPattern schemaProperties <=> SchemaProperties consumerProperties <=> ConsumerProperties receiverQueueSize <=> ReceiverQueueSize cryptoConfig <=> CryptoConfig resources <=> resources(limits, requests) cpu <=> cpu ram <=> memory cleanupSubscription <=> cleanupSubscription Topic <=> topic outputSerdeClassName <=> SinkSerdeClassName outputSchemaType <=> SinkSchemaType customSchemaOutputs <=> CustomSchemaSinks producerConfig <=> ProducerConf maxPendingMessages <=> MaxPendingMessages maxPendingMessagesAcrossPartitions <=> MaxPendingMessagesAcrossPartitions useThreadLocalProducers <=> UseThreadLocalProducers cryptoConfig <=> CryptoConfig subscriptionPosition <=> SubscriptionPosition subName <=> SubscriptionName userConfig <=> funcConfig? runtimeFlags <=> RuntimeFlags runtime <=> Runtime logTopic <=> LogTopic ? <=> SourceType ? <=> SinkType ```
- Loading branch information