Eric Hare
Eric Hare
Closing as this has been merged through another PR
@ogabrielluiz anything holding back the merge? I see a build issue but i think thats unrelated, correct me if im wrong? I'd be happy to add a test or some...
@MthwRobinson I got pulled into some other stuff, but would like to get this merged... with that said, we sort of had two simultaneous PRs going, and i think this...
> @erichare Thanks. If you could close this and open a new one. We merged in the updates to the Astra destination (via a different PR), but this source connector...
Definitely agree with your point here @merlimat . I don’t have a clear enough answer to that yet, but off hand my feeling would be that it would open up...
If i'm understanding this correctly, the problem is in the following lines of schema.py: ``` class StringSchema(Schema): def __init__(self): super(StringSchema, self).__init__(str, _pulsar.SchemaType.STRING, None, 'STRING') ``` Rather than None, would it...