Skip to content

Instantly share code, notes, and snippets.

View mhowlett's full-sized avatar

Matt Howlett mhowlett

View GitHub Profile
class Program
{
static void Main(string[] args)
{
var config = new Dictionary<string, object>
{
{ "bootstrap.servers", "10.200.7.144:9092" }
};
var bigNumber = 100;
{
"type": "record",
"name": "SomeTable",
"namespace": "com.company.name",
"fields": [
{
"name": "aname",
"type": [
"null",
{
{
"type": "record",
"name": "UpdatedTable",
"namespace": "io.confluent.test",
"fields": [
{
"name": "source",
"type": [
"null",
{