Skip to main content
Question

configuring kafka connector for sending events in avro format

  • June 1, 2020
  • 3 replies
  • 63 views

gis2020
Contributor
Forum|alt.badge.img+5

Hi All,

 

I am trying to send the Kafka events but it not going through can somebody guide me on this .I am newbie to kafka topic .herewith i am attaching the screenshot of the setting which i have done . i also i am attaching the screenshot of the input file .

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img

@dandekarpriya

Can you share the log file of your translation? Do you see any errors?

In your screenshot, I can see that you use a URL in the Key & Value schema parameters. These parameters do expect respective JSON-based Avro schemas (please refer to our documentation). For more details on how to use Avro schemas please have a look at these resources:

https://avro.apache.org/docs/current/spec.html

https://docs.confluent.io/current/schema-registry/index.html

I hope this helps!


Forum|alt.badge.img

Hi @dandekarpriya, it seems that the links to you uploaded screenshots broke for some reason. Can you upload your latest question and screenshot again?

 

 

Sorry for the inconvenience.

irenepleizier
Participant
  • Participant
  • 1 reply
  • November 24, 2021

Unfortunately I have the same issue and do not know how to send authentication along with the connection url. If i create a http web-connection i can not set a url. If I set the url in the kafka connector properties it does not use any authentication values. can somebody please advice on how i can use a username password to authenticate on the avro schema url?