Guest User

Untitled

a guest
Jan 24th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ` @source(
  2. type='kafka',
  3. bootstrap.servers='xxxx.servicebus.windows.net:9093',
  4. topic.list='mapping-raw',
  5. group.id='$Default',
  6. threading.option='single.thread',
  7. optional.configuration='security.protocol:SASL_SSL,sasl.mechanism:PLAIN,sasl.username:$ConnectionString,sasl.password:Endpoint=sb://xxxx.servicebus.windows.net/;SharedAccessKeyName=tp-stream;SharedAccessKey=123454tqliUPRM5NrnL3sSDJPpCMpmctogQDqvjlehw=;EntityPath=mapping-raw',
  8. @map(type='json', @attributes(
  9. Channel='$.Channel',
  10. Application='$.Application',
  11. SentDate='$.SentDate',
  12. Proccess='$.Proccess',
  13. EntityType='$.EntityType',
  14. EntityKey='$.EntityKey',
  15. Entity = '$.Entity'
  16. )))
Add Comment
Please, Sign In to add comment