Replies: 3 comments 1 reply
-
In this case, it's |
Beta Was this translation helpful? Give feedback.
-
@cerveada Thanks. Is there example code in python to upload pyspark dataframe to confluent topic which also involves the magic byte? In the documentation, I could only find example to read from kafka. I'm looking for code in batch mode, not stream mode. |
Beta Was this translation helpful? Give feedback.
-
@cerveada I tried to write dataframe using Abris for 2 hours but failed. I'm not a java/scala expert, I come from R & Python. I just kept running into one error after the other when it comes to serialization & gave up. A simple example would be really helpful. If not, then I completely understand. I'm about to start learning Java from tomorrow just for this as I tried a multitude of ways for 4 days straight (including this), but failed using python (pyspark). I'll have to deliver this by next week one way or the other, so ya, learn & adapt to survive. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently found out about ABRiS and I am trying to register schema to confluent schema registry after interpreting it from spark dataframe.
Even though the documentation says that
andTopicNameStrategy
is legit, I getWhat could be the issue here?
The record name strategy works, but I want to use topic name strategy.
PySpark 3.4.1
za.co.absa:abris_2.12:6.3.0
Beta Was this translation helpful? Give feedback.
All reactions