vrolijke koningsdag!
Just did my presentation at Developer Week Europe. No questions.. not sure that is a good thing.
@gklijs In my experience this is more normal at online events, unfortunately
Not necessarily a sign that your talk wasn't interesting
Yes, also only about 20 people. But not being able to see them makes it harder. Especially when having about 20 minutes for a fairly complex topic..
Maybe I should have shown some Clojure code like
(defn to-avro
[^Record bkes-record]
(.deserialize deserializer nil (.toByteArray (.getValue bkes-record))))
(defn retrieve
[key type]
(let [string-key (get-string-key key)
^RetrieveReply result (.retrieve (type bkes) string-key)]
(if (.hasSuccess result)
(map to-avro (.getRecordsList (.getSuccess result)))
[])))
:PNo questions with 20 people is pretty normal i think