You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/25 03:24:15 UTC

[GitHub] [incubator-seatunnel] 365323507 opened a new issue, #3177: v2 kafka json analysis

365323507 opened a new issue, #3177:
URL: https://github.com/apache/incubator-seatunnel/issues/3177

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   source {
   	Kafka {
           topic = "Log"
           bootstrap.servers = "hdp01:9092"
   		schema = {
   			fields {
   				a1= "string"
   				b1=
   			}
   		}
   		result_table_name = test
       }
   }
   
   How to configure schema
   
   {
       "a1": "cs",
       "b1": {
           "proxy": 100,
       }
   }
   
   ### Usage Scenario
   
   v2 kafka json
   
   How to configure schema
   
   {
       "a1": "cs",
       "b1": {
           "proxy": 100,
       }
   }
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3177: v2 kafka json analysis

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #3177:
URL: https://github.com/apache/incubator-seatunnel/issues/3177#issuecomment-1290421327

   schema {
     a1 = string
     b1 = {
       proxy = int
     }
   
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X closed issue #3177: v2 kafka json analysis

Posted by GitBox <gi...@apache.org>.
Hisoka-X closed issue #3177: v2 kafka json analysis
URL: https://github.com/apache/incubator-seatunnel/issues/3177


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org